CharSpan(char[], int, int)
Declaration
public CharSpan(char[] array, int start, int length)Parameters
| Type | Name | Description |
|---|---|---|
| char[] | array | An array of char. |
| int | start | The start index of the span in the |
| int | length | The number of characters in the span. |
CharSpan(string, int, int)
Declaration
public CharSpan(string str, int start, int length)Parameters
| Type | Name | Description |
|---|---|---|
| string | str | A string. |
| int | start | The index of the first character of the span in |
| int | length | The number of characters in the span. |
CharSpan(string)
Declaration
public CharSpan(string str)Parameters
| Type | Name | Description |
|---|---|---|
| string | str | A string. |