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