DesignerOptionService::DesignerOptionCollection::IList::RemoveAt Method (Int32)

 

Removes the collection item at the specified index.

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

private:
virtual void RemoveAt(
	int index
) sealed = IList::RemoveAt

Parameters

index
Type: System::Int32

The zero-based index of the item to remove.

.NET Framework
Available since 2.0
Return to top
Show: