Click or drag to resize

ObservableListAdapterT Methods

The ObservableListAdapterT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item to the IList.
Public methodClear
Removes all items from the IList.
Public methodContains
Determines whether the IList contains a specific value.
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodIndexOf
Determines the index of a specific item in the IList.
Public methodInsert
Inserts an item to the IList at the specified index.
Public methodRemove
Removes the first occurrence of a specific object from the IList.
Public methodRemoveAt
Removes the IList item at the specified index.
Top
Extension Methods
  NameDescription
Public Extension MethodAddRange
Adds the elements of the specified collection to the end of the list.
(Defined by CollectionExtensions.)
Public Extension MethodObservableCastTTarget
Returns an observable collection of objects of type TTarget that mirrors the source collection.
(Defined by ObservableExtensions.)
Public Extension MethodRemoveRange
Removes a range of elements from the list.
(Defined by CollectionExtensions.)
Public Extension MethodSafeCastT
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions.)
Top
See Also