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

Helper class: EmptyList{T}.Value is a read-only empty list. More...


Source file:

Remarks

Helper class: EmptyList{T}.Value is a read-only empty list.

It is a boxed copy of ListExt.Repeat(default(T), 0).

Public static fields

static readonly
IListAndListSource< T > 
Value = new Repeated<T>(default(T)!, 0)