SchemaNameCollection::IList::Insert Method (Int32, Object^)
.NET Framework (current version)
Inserts an item to the list at the specified index.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index at which value should be inserted.
- value
-
Type:
System::Object^
The item to insert into the list.
Implements
IList::Insert(Int32, Object^)If index equals the number of items in the list, then value is appended to the end.
In collections of contiguous elements, such as lists, the elements that follow the removed element move up to occupy the vacated spot. If the collection is indexed, the indexes of the elements that are moved are also updated.
.NET Framework
Available since 1.1
Available since 1.1
Show: