| WeakReferenceListBaseTRemoveAt Method  | 
 
            Removes an item at a specified index
            
 
    Namespace: 
   VelocityDb.Collection
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
 Syntax
Syntaxpublic abstract void RemoveAt(
	int index
)
Public MustOverride Sub RemoveAt ( 
	index As Integer
)
public:
virtual void RemoveAt(
	int index
) abstract
abstract RemoveAt : 
        index : int -> unit 
Parameters
- index
- Type: SystemInt32
 the index of the item to remove
Implements
IListTRemoveAt(Int32) See Also
See Also