ListObservable<T>
public class ListObservable<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IObservable<object>
Represents an object that retains the elements of the observable sequence and signals the end of the sequence.
Gets the number of elements contained in the ListObservable.
Gets a value that indicates whether the ListObservable is read-only.
Gets or sets the element at the specified index.
Returns the last value of the observable sequence.
Constructs an object that retains the values of source and signals the end of the sequence.
Adds an item to the ListObservable.
Removes all items from the ListObservable.
Determines whether the ListObservable contains a specific value.
Copies the elements of the ListObservable to an System.Array, starting at a particular System.Array index.
Returns an enumerator that iterates through the collection.
Determines the index of a specific item in the ListObservable.
Inserts an item to the ListObservable at the specified index.
Removes the first occurrence of a specific object from the ListObservable.
Removes the ListObservable item at the specified index.
Subscribes an observer to the ListObservable which will be notified upon completion.