LinkedListT Class |
Namespace: FM.IceLink
The LinkedListT type exposes the following members.
Name | Description | |
---|---|---|
![]() | LinkedListT | Initializes a new instance of the LinkedListT class |
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of items in this linked list.
|
![]() | First |
Gets the first node in the linked list.
|
![]() | Last |
Gets the last node in the linked list.
|
Name | Description | |
---|---|---|
![]() | AddAfterNode |
Adds an item after a node.
|
![]() | AddFirst |
Adds an item to the beginning of the linked list.
|
![]() | AddLast |
Adds an item to the end of the linked list.
|
![]() | Clear |
Clears all nodes from the linked list.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Gets the enumerator for this linked list.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes an item from the linked list.
|
![]() | RemoveFirst |
Removes the first item in the linked list.
|
![]() | RemoveNode |
Removes a specific node from the linked list.
|
![]() | ToList |
Returns the linked list as a regular list.
|
![]() | ToString | (Inherited from Object.) |