Foley .NET Utilities Class Library

LinkedList.RemoveAt Method 

Removes the elements at the specified position of the LinkedList.

[Visual Basic]
Overrides Public Function RemoveAt( _
   ByVal index As Integer _
) As Boolean Implements _
   IList2.RemoveAt
[C#]
public override bool RemoveAt(
   int index
);

Parameters

index
The zero-based index of the elements to remove.

Return Value

true if the LinkedList is modified; otherwise false.

Implements

IList2.RemoveAt

See Also

LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace