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