Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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]