Method RemoveAt
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
RemoveAt(int)
When implemented by a class, removes item at the specified index.
void RemoveAt(int index)
Parameters
index
intSpecifies index of item to remove.