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