| DequeTIListTRemoveAt Method |
Removes the item at the specified index from the
IListT.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax void IList<T>.RemoveAt(
int index
)
Private Sub RemoveAt (
index As Integer
) Implements IList(Of T).RemoveAt
private:
virtual void RemoveAt(
int index
) sealed = IList<T>::RemoveAt
private abstract RemoveAt :
index : int -> unit
private override RemoveAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the item to remove.
Implements
IListTRemoveAt(Int32)Exceptions See Also