ListSortDescriptionCollection::IList::Insert Method (Int32, Object^)

 

Inserts an item into the collection at a specified index.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

private:
virtual void Insert(
	int index,
	Object^ value
) sealed = IList::Insert

Parameters

index
Type: System::Int32

The zero-based index of the ListSortDescription to get or set in the collection

value
Type: System::Object^

The item to insert into the collection.

Exception Condition
InvalidOperationException

In all cases.

Because the ListSortDescriptionCollection class implements the System.Collections::IList interface, it must have a IList::Insert method. However, because the ListSortDescriptionCollection class represents a read-only collection, inserting items into the collection is an invalid operation.

.NET Framework
Available since 2.0
Return to top
Show: