Class ObservableList<T>
Inherited Members
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 SourceAsNotifiable()
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 |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |