Method GetLength
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
GetLength(int)
When implemented by a class, returns length of the string that corresponds to specified item in the collection.
int GetLength(int index)
Parameters
index
intIndex of item in the collection.
Returns
- int
If collection do not contain specified item method returns 0.