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