Enhanced C#
Language of your choice: library documentation
Public static fields | List of all members
Loyc.Collections.EmptyArray< T > Class Template Reference

EmptyArray<T>.Value lets you avoid allocating an empty array on the heap. More...


Source file:

Remarks

EmptyArray<T>.Value lets you avoid allocating an empty array on the heap.

Public static fields

static readonly T[] Value = new T[0]