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