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