ListCollectionTRemoveItem Method
Removes the element at the specified index of the CollectionT.
Namespace: Gemstone.CollectionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.158 -- Release Build+8af53c44e6ad1fac543a652d58b46c9843b74b64
protected override void RemoveItem(
int index
)
Protected Overrides Sub RemoveItem (
index As Integer
)
protected:
virtual void RemoveItem(
int index
) override
function RemoveItem(index);
Parameters
- index Int32
- The zero-based index of the element to remove.
| ArgumentOutOfRangeException | index is less than zero.-or-index is equal to or greater than Count. |