Plastic list
constructors

Name description

List & ltT> () Initializes the list

List & ltT & gt(IEnumerable & ltT>) initialization list

List & ltT & gt(Int32) initialization list

attribute

-

Name description

Capacity Gets or sets the total number of elements that this internal data structure can hold without resizing.

Count acquisition list

Gets or sets the element at the specified index.

way

-

Name description

Add Adds an object to the list.

AddRange adds the elements of the specified collection to the list.

AsReadOnly returns a read-only ilist.

BinarySearch(T) uses the default comparator throughout the sorted list.

BinarySearch(T, IComparer & ltT>) uses the specified comparator to search the entire sorted list.

BinarySearch(Int32, Int32, t, IComparer & ltT>) uses the comparator specified in the sorted list.

Clear from the list

Includes determining whether an element is in the list.

ConvertAll & ltTOutput & gt Set the current list.

CopyTo(T[]) to get the whole list.

CopyTo(T[], Int32) will be the whole list.

CopyTo(Int32, T[], Int32, Int32) changes a range of elements in the list.

Equals(Object) determines whether the specified object is equal to the current object. (Inherit from the object. )

Existence determines the list.

Finalize allows objects to attempt to release resources and perform other cleanup operations before garbage collection. (Inherit from the object. )

Find searches for elements that match the conditions defined by the specified predicate and returns the entire list.

FindAll retrieves all elements that match the conditions defined by the specified predicate.

FindIndex (predicate & ltT>) searches for elements that match the conditions defined by the specified predicate and returns the entire list.

FindIndex(Int32, predicate & ltT>) searches for elements that match the conditions defined by the specified predicate and returns a list.

FindIndex(Int32, Int32, predicate & ltT>) searches for elements that match the conditions defined by the specified predicate and returns a list.

FindLast searches for elements that match the conditions defined by the specified predicate and returns the entire list.

FindLastIndex (predicate & ltT>) searches for elements that match the conditions defined by the specified predicate and returns the entire list.

FindLastIndex(Int32, predicate & ltT>) searches for elements that match the conditions defined by the specified predicate and returns a list.

FindLastIndex(Int32, Int32, predicate & ltT>) searches for elements that match the conditions defined by the specified predicate and returns a list.

ForEach and list

GetEnumerator returns a circular access list.

GetHashCode is used as a specific type of hash function. (Inherit from the object. )

GetRange create source list

GetType gets the type of the current instance. (Inherit from the object. )

IndexOf(T) searches for the specified object and returns the entire list.

IndexOf(T, Int32) searches for the specified object and returns the list.

IndexOf(T, Int32, Int32) searches for the specified object and returns the zero-based index of the first occurrence in the range of elements whose list < T> starts with the specified index and contains the specified number of elements.

Insert Inserts an element into the list.

InsertRange inserts elements from the collection into the list.

Lastindexoff (t (t) searches for the specified object and returns the entire list.

LastIndexOf(T (t, Int32 32) searches for the specified object and returns the list.

LastIndexOf(T (t, Int32, Int32, int 32) searches for the specified object and returns a list.

MemberwiseClone creates a shallow copy of the current object. (Inherit from the object. )

Delete from the list

RemoveAll deletes all elements that match the conditions defined by the specified predicate.

Remove At remove list

Delete a range from the list

Reverse () gets the whole list.

Reverse(Int32, Int32) reverses the order of the elements in the specified range.

Sort () uses the default comparator to evaluate the entire list.

Sorting (comparison & ltT>) uses the specified system. compare

Sorting (IComparer & ltT>) uses the specified comparator to calculate the whole list.

Sort(Int32, Int32, IComparer & ltT>) uses the specified comparator to compare lists.

ToArray will list

ToString returns a string representing the current object. (Inherit from the object. )

TrimExcess sets capacity list.

TrueForAll determines whether the list