Class EmptyList<T>
Denotes an empty list
Inherited Members
Namespace: NMF.Collections.Generic
Assembly: NMF.Collections.dll
Syntax
public sealed class EmptyList<T> : IListExpression<T>, IList<T>, ICollectionExpression<T>, IEnumerableExpression<T>, IEnumerableExpression, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
Name | Description |
---|---|
T | The element type |
Properties
| Edit this page View SourceInstance
Gets the instance
Declaration
public static EmptyList<T> Instance { get; }
Property Value
Type | Description |
---|---|
EmptyList<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 |