LinkedListT Properties |
The LinkedListT generic type exposes the following members.
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.
|