Enhanced C#
Language of your choice: library documentation
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)