Observable |
The ObservableListAdapterT type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds an item to the IList. | |
| Clear | Removes all items from the IList. | |
| Contains | Determines whether the IList contains a specific value. | |
| CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. | |
| GetEnumerator | Returns an enumerator that iterates through a collection. | |
| IndexOf | Determines the index of a specific item in the IList. | |
| Insert | Inserts an item to the IList at the specified index. | |
| Remove | Removes the first occurrence of a specific object from the IList. | |
| RemoveAt | Removes the IList item at the specified index. |
| Name | Description | |
|---|---|---|
| AddRange |
Adds the elements of the specified collection to the end of the list.
(Defined by CollectionExtensions) | |
| ObservableCastTTarget |
Returns an observable collection of objects of type TTarget that mirrors the source collection.
(Defined by ObservableExtensions) | |
| RemoveRange |
Removes a range of elements from the list.
(Defined by CollectionExtensions) | |
| SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |