Inserts an item to the T:System.Collections.Generic.IList`1 at the specified index.
|
Parameters |
Description |
|
index |
The zero-based index at which item should be inserted. |
|
item |
The object to insert into the T:System.Collections.Generic.IList`1. |
|
Exceptions |
Description |
|
T:System.ArgumentOutOfRangeException |
index is not a valid index in the T:System.Collections.Generic.IList`1. |
|
T:System.NotSupportedException |
The T:System.Collections.Generic.IList`1 is read-only. |
Doc-O-Matic.|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2017. All rights reserved.
|