Click or drag to resize

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
public abstract void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
the index of the item to remove

Implements

IListTRemoveAt(Int32)
See Also