Method IList<T>.RemoveAt
IList<T>.RemoveAt(int)
Not supported.
Declaration
void IList<T>.RemoveAt(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index |
Implements
Exceptions
Type | Condition |
---|---|
NotSupportedException | This operation is not supported. |