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