Click or drag to resize

LinkedListT Methods

The LinkedListT generic type exposes the following members.

Methods
  NameDescription
Public methodAddAfterNode
Adds an item after a node.
Public methodAddFirst
Adds an item to the beginning of the linked list.
Public methodAddLast
Adds an item to the end of the linked list.
Public methodClear
Clears all nodes from the linked list.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Gets the enumerator for this linked list.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes an item from the linked list.
Public methodRemoveFirst
Removes the first item in the linked list.
Public methodRemoveNode
Removes a specific node from the linked list.
Public methodToList
Returns the linked list as a regular list.
Public methodToString (Inherited from Object.)
Top
See Also