System.Collections.Generic.List<T>: Property Members

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

Capacityint. Gets or sets the number of elements the current instance can contain.
[read-only]
Countint. 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.