ListCollectionTRemoveItem Method
Removes the element at the specified index of the CollectionT.
Namespace: Gemstone.CollectionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
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. |