Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Readonly
ItemGets or sets the element at the specified index.
The number of items in the collection.
Gets a value indicating whether the collection is read-only.
Replace the columns in selection with one created from expression.
The expression used to compute the column.
The columns to replace.
Replace the columns in selection with one created from expression.
The expression used to compute the column.
The columns to replace.
The formatter to use for the resulting column.
Replace the columns in selection with one created from expression.
The name of the column.
The expression used to compute the column.
The columns to replace.
Replace the columns in selection with one created from expression.
The name of the column.
The expression used to compute the column.
The columns to replace.
The formatter to use for the resulting column.
Determines whether the collection contains a specific value.
The item to look for.
True if item was found, false otherwise.
Copies the elements of the collection to an Array, starting at a particular Array index.
The one-dimensional Array that is the destination of the elements copied from this collection. The Array must have zero-based indexing.
The zero-based index in array at which copying begins.
Returns an enumerator that iterates through a collection.
An IEnumerator object that can be used to iterate through the collection.
Returns the index of the item.
The item to look for.
The index of the item, if it was found. Otherwise -1.
Inserts an item at the specified index.
The zero-based index at which item should be inserted.
The object to insert.
Removes the first occurrence of a specific object from the collection.
The object to remove from the collection.
True if item was successfully removed from the collection; otherwise, false. This method also returns false if item is not found in the original collection.
Removes the item at the specified index.
The zero-based index of the item to remove.
Represents a collection of columns to replace.
Since
2.0