| 
            
              ListCollectionTRemoveItem Method
             | 
          
        
        
            Removes the element at the specified index of the 
CollectionT.
            
 
        
        Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxprotected override void RemoveItem(
	int index
)
Protected Overrides Sub RemoveItem ( 
	index As Integer
)
protected:
virtual void RemoveItem(
	int index
) override
abstract RemoveItem : 
        index : int -> unit 
override RemoveItem : 
        index : int -> unit function RemoveItem(index);
 View SourceParameters
- index  Int32
 - The zero-based index of the element to remove.
 
Exceptions
See Also