Table of Contents

Class ObservableList<T>

Namespace
NMF.Collections.ObjectModel
Assembly
NMF.Collections.dll

Denotes a base class for an observable list

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

T
Inheritance
ObservableList<T>
Implements
Derived
Inherited Members
Extension Methods

Methods

AsNotifiable()

Gets notifications for this collection

public INotifyCollection<T> AsNotifiable()

Returns

INotifyCollection<T>

A collection that will notify clients as new elements change

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.