The
properties
of System.Collections.Generic.List<T> are listed below. For a list of all members, see the List<T> Members list.
See Also: Inherited members from System.Object
Public Properties
| Capacity | int. Gets or sets the number of elements the current instance can contain. |
[read-only] | Count | int. Gets the number of elements contained in the current instance. |
default property | Item(int) | T. Gets or sets the element at the specified index of the current instance. |