Represents a collection of arbitrary objects.
The following tables list the members exposed by the ObservableCollection type.
Name | Description | |
---|---|---|
Initializes a new instance of the ObservableCollection class. |
Name | Description | |
---|---|---|
Adds an item to the collection. |
||
Adds a range of elements to the end of the collection. (Inherited from IEnumerable.) |
||
Clears the collection. |
||
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 item to the collection at the specified index. |
||
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.) |
||
Deletes an item from the collection. |
||
Deletes the item at the specified index. |
||
Deletes a range of items from the collection. |
||
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.) |
Name | Description | |
---|---|---|
Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. |
||
Occurs just before an item is added, removed, changed, moved, or the entire list is refreshed. |