Represents an array of arbitrary objects.
The following tables list the members exposed by the List type.
Name | Description | |
---|---|---|
Initializes a new instance of the List class. |
Name | Description | |
---|---|---|
Adds an object to the end of the collection. (Inherited from IEnumerable.) |
||
Adds a range of elements to the end of the collection. (Inherited from IEnumerable.) |
||
Clears the collection. (Inherited from IEnumerable.) |
||
Creates a copy of the collection. (Inherited from IEnumerable.) |
||
Checks if the given element is present in the collection. (Inherited from IEnumerable.) |
||
Copies a range of elements from this collection to a destination collection. (Inherited from IEnumerable.) |
||
Gets the number of elements. (Inherited from IEnumerable.) |
||
Returns the first element in the collection. (Inherited from IEnumerable.) |
||
Executes a provided function once for each element. (Inherited from IEnumerable.) |
||
Gets the index of a given object in a collection. (Inherited from IEnumerable.) |
||
Adds an element to the collection at the specified index. (Inherited from IEnumerable.) |
||
Gets the element at the given index. (Inherited from IEnumerable.) |
||
Gets the collection as an array. (Inherited from IEnumerable.) |
||
Returns the last element in the collection. (Inherited from IEnumerable.) |
||
Invokes a transform function on each item and returns the maximum value in a sequence of numbers. (Inherited from IEnumerable.) |
||
Invokes a transform function on each item and returns theminimum value in a sequence of numbers. (Inherited from IEnumerable.) |
||
Removes an element from the collection. (Inherited from IEnumerable.) |
||
Removes the element at the given index. (Inherited from IEnumerable.) |
||
Removes a range of elements starting from the given index. (Inherited from IEnumerable.) |
||
Gets the collection as an array in reverse order. (Inherited from IEnumerable.) |
||
Projects each element of a sequence into a new form. (Inherited from IEnumerable.) |
||
Sorts the underlying array. (Inherited from IEnumerable.) |
||
Computes the sum of the sequence of number values that are obtained by invoking a transform function on each element. (Inherited from IEnumerable.) |
||
Returns a new Object array, containing the contents of the collection. (Inherited from IEnumerable.) |
||
Filters a sequence of values based on a predicate. (Inherited from IEnumerable.) |