|   | AdapterCollectionBaseTRemoveItem Method | 
        
        
            Removes the element at the specified index of the CollectionT.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
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);
Parameters
- index  Int32
- The zero-based index of the element to remove.
 See Also
See Also