Int32Collection.Insert Method
.NET Framework 4
Inserts an Int32 into a specific location within the collection.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- index
- Type: System.Int32
The index position at which the Int32 is inserted.
- value
- Type: System.Int32
The Int32 to insert in the collection.
Implements
IList<T>.Insert(Int32, T)| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid index in the Int32Collection. |
| NotSupportedException | The Int32Collection is read-only. - or - The Int32Collection has a fixed size. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.