Click or drag to resize

LinkedListT Properties

The LinkedListT generic type exposes the following members.

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
See Also