GridBaseSummaryItemStateCollection<T> Members
In This Article
#Properties
Name | Description |
---|---|
Capacity |
Gets or sets the total number of elements the internal data structure can hold without resizing.
Inherited from List |
Count |
Gets the number of elements contained in the List |
Item[Int32] |
Gets or sets the element at the specified index.
Inherited from List |
ICollection |
Gets a value indicating whether the ICollection |
ICollection. |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Inherited from List |
ICollection. |
Gets an object that can be used to synchronize access to the ICollection.
Inherited from List |
IList. |
Gets a value indicating whether the IList has a fixed size.
Inherited from List |
IList. |
Gets a value indicating whether the IList is read-only.
Inherited from List |
IList. |
Gets or sets the element at the specified index.
Inherited from List |
#Methods
Name | Description |
---|---|
Add |
Adds an object to the end of the List |
Add |
Adds the elements of the specified collection to the end of the List |
As |
Returns a read-only Read |
Assign |
Copies the items from the specified IGrid |
Binary |
Searches the entire sorted List |
Binary |
Searches the entire sorted List |
Binary |
Searches a range of elements in the sorted List |
Clear() |
Removes all elements from the List |
Contains |
Determines whether an element is in the List |
Convert |
Converts the elements in the current List |
Copy |
Copies the entire List |
Copy |
Copies the entire List |
Copy |
Copies a range of elements from the List |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Exists |
Determines whether the List |
Find |
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List |
Find |
Retrieves all the elements that match the conditions defined by the specified predicate.
Inherited from List |
Find |
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the List |
Find |
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the List |
Find |
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire List |
Find |
Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List |
Find |
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the List |
Find |
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the List |
Find |
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire List |
For |
Performs the specified action on each element of the List |
Get |
Returns an enumerator that iterates through the List |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Creates a shallow copy of a range of elements in the source List |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the List |
Index |
Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the List |
Index |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire List |
Insert |
Inserts an element into the List |
Insert |
Inserts the elements of a collection into the List |
Last |
Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the List |
Last |
Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the List |
Last |
Searches for the specified object and returns the zero-based index of the last occurrence within the entire List |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the first occurrence of a specific object from the List |
Remove |
Removes all the elements that match the conditions defined by the specified predicate.
Inherited from List |
Remove |
Removes the element at the specified index of the List |
Remove |
Removes a range of elements from the List |
Reverse() |
Reverses the order of the elements in the entire List |
Sort() |
Sorts the elements in the entire List |
Sort |
Sorts the elements in the entire List |
Sort |
Sorts the elements in the entire List |
Sort |
Sorts the elements in a range of elements in List |
IEnumerable |
Returns an enumerator that iterates through a collection.
Inherited from List |
ICollection. |
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Inherited from List |
IEnumerable. |
Returns an enumerator that iterates through a collection.
Inherited from List |
IList. |
Adds an item to the IList.
Inherited from List |
IList. |
Determines whether the IList contains a specific value.
Inherited from List |
IList. |
Determines the index of a specific item in the IList.
Inherited from List |
IList. |
Removes the first occurrence of a specific object from the IList.
Inherited from List |
To |
Copies the elements of the List |
To |
Returns a string that represents the current object. Inherited from Object. |
Trim |
Sets the capacity to the actual number of elements in the List |
True |
Determines whether every element in the List |
See Also