Class EmptyList<T>
- Namespace
- NMF.Collections.Generic
- Assembly
- NMF.Collections.dll
Denotes an empty list
public sealed class EmptyList<T> : IListExpression<T>, IList<T>, ICollectionExpression<T>, IEnumerableExpression<T>, IEnumerableExpression, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
T
The element type
- Inheritance
-
EmptyList<T>
- Implements
-
IList<T>ICollection<T>IEnumerable<T>
- Inherited Members
- Extension Methods
Properties
Instance
Gets the instance
public static EmptyList<T> Instance { get; }
Property Value
- EmptyList<T>
Methods
AsNotifiable()
Gets notifications for this collection
public INotifyCollection<T> AsNotifiable()
Returns
- INotifyCollection<T>
A collection that will notify clients as new elements change