PerformanceAssessmentFileRemoveItem Method  | 
 
            Removes the element at the specified index of the 
CollectionT.
            
 
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
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 Parameters
- index
 - Type: SystemInt32
Index where the item is removed. 
See Also