The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyDescriptorCollection::IList::RemoveAt Method (Int32)
.NET Framework (current version)
Removes the item at the specified index.
Assembly: System (in System.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the item to remove.
Implements
IList::RemoveAt(Int32)| Exception | Condition |
|---|---|
| NotSupportedException | The collection is read-only. |
.NET Framework
Available since 1.1
Available since 1.1
Show: