| Name | Description | |
|---|---|---|
![]()  | Count | Gets the number of elements contained in the List. | 
![]()  | IsFixedSize | Gets a value indicating whether the List has a fixed size. | 
![]()  | IsReadOnly | Gets a value indicating whether the List is read-only. | 
![]()  | IsSynchronized | Gets a value indicating whether access to the List is synchronized (thread-safe). | 
![]()  | Item | Provides access to single node within the node list. | 
![]()  | SyncRoot | Gets an object that can be used to synchronize access to the List. | 
            