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