Array.IList.Insert Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Implements IList.Insert. Throws a NotSupportedException in all cases.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Private Sub Insert ( _ index As Integer, _ value As Object _ ) Implements IList.Insert
Parameters
- index
- Type: System.Int32
The index at which value should be inserted.
- value
- Type: System.Object
The object to insert.
Implements
IList.Insert(Int32, Object)| Exception | Condition |
|---|---|
| NotSupportedException | In all cases. |
Show: