Enhanced C#
Language of your choice: library documentation
|
Helper class: EmptyList<T>.Value is a read-only empty list. More...
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) |