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