Show / Hide Table of Contents

Class ObservableList<T>

Inheritance
object
Collection<T>
ObservableCollectionExtended<T>
ObservableList<T>
ObservableOppositeList<TParent, TCollected>
Implements
IReadOnlyList<T>
IReadOnlyCollection<T>
IList
ICollection
INotifyCollectionChanging
INotifyPropertyChanged
INotifyCollectionChanged
IListExpression<T>
IList<T>
ICollectionExpression<T>
IEnumerableExpression<T>
IEnumerableExpression
ICollection<T>
IEnumerable<T>
IEnumerable
Inherited Members
ObservableCollectionExtended<T>.CollectionChanging
ObservableCollectionExtended<T>.CollectionChanged
ObservableCollectionExtended<T>.PropertyChanged
ObservableCollectionExtended<T>.OnCollectionChanging(NotifyCollectionChangedEventArgs)
ObservableCollectionExtended<T>.OnCollectionChanged(NotifyCollectionChangedEventArgs, bool)
ObservableCollectionExtended<T>.RequireEvents()
ObservableCollectionExtended<T>.ClearItems()
ObservableCollectionExtended<T>.InsertItem(int, T)
ObservableCollectionExtended<T>.MoveItem(int, int)
ObservableCollectionExtended<T>.RemoveItem(int)
ObservableCollectionExtended<T>.SetItem(int, T)
Collection<T>.Add(T)
Collection<T>.Clear()
Collection<T>.Contains(T)
Collection<T>.CopyTo(T[], int)
Collection<T>.GetEnumerator()
Collection<T>.IndexOf(T)
Collection<T>.Insert(int, T)
Collection<T>.Remove(T)
Collection<T>.RemoveAt(int)
Collection<T>.Count
Collection<T>.this[int]
Collection<T>.Items
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: NMF.Collections.ObjectModel
Assembly: NMF.Collections.dll
Syntax
public class ObservableList<T> : ObservableCollectionExtended<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IList, ICollection, INotifyCollectionChanging, INotifyPropertyChanged, INotifyCollectionChanged, IListExpression<T>, IList<T>, ICollectionExpression<T>, IEnumerableExpression<T>, IEnumerableExpression, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
Name Description
T

Methods

| Edit this page View Source

AsNotifiable()

Gets notifications for this collection

Declaration
public INotifyCollection<T> AsNotifiable()
Returns
Type Description
INotifyCollection<T>

A collection that will notify clients as new elements change

| Edit this page View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

IReadOnlyList<T>
IReadOnlyCollection<T>
IList
ICollection
INotifyCollectionChanging
INotifyPropertyChanged
INotifyCollectionChanged
IListExpression<T>
IList<T>
ICollectionExpression<T>
IEnumerableExpression<T>
IEnumerableExpression
ICollection<T>
IEnumerable<T>
IEnumerable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX