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