Show / Hide Table of Contents

Class EmptyList<T>

Denotes an empty list

Inheritance
object
EmptyList<T>
Implements
IListExpression<T>
IList<T>
ICollectionExpression<T>
IEnumerableExpression<T>
IEnumerableExpression
ICollection<T>
IEnumerable<T>
IEnumerable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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 Source

Instance

Gets the instance

Declaration
public static EmptyList<T> Instance { get; }
Property Value
Type Description
EmptyList<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

Implements

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