Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public static fields | List of all members
Loyc.Collections.Empty< T > Class Template Reference

A variety of empty lists. More...


Source file:

Remarks

A variety of empty lists.

Public static fields

static readonly T[] Array = System.Array.Empty<T>()
 
static readonly
IListAndListSource< T > 
List = new Repeated<T>(default(T)!, 0)
 
static readonly List< T >
.Enumerator 
Enumerator = new List<T>().GetEnumerator()
 
static readonly
InternalList.Scanner< T > 
Scanner = new InternalList.Scanner<T>()