Click or drag to resize

LinkedListT Class

A linked list.
Inheritance Hierarchy
SystemObject
  FM.IceLinkLinkedListT

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The LinkedListT type exposes the following members.

Constructors
  NameDescription
Public methodLinkedListT
Initializes a new instance of the LinkedListT class
Top
Properties
  NameDescription
Public propertyCount
Gets the number of items in this linked list.
Public propertyFirst
Gets the first node in the linked list.
Public propertyLast
Gets the last node in the linked list.
Top
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