|
Enhanced C#
Loyc library documentation
|
EmptyArray{T}.Value lets you avoid allocating an empty array on the heap. More...
EmptyArray{T}.Value lets you avoid allocating an empty array on the heap.
Public static fields | |
| static readonly T[] | Value = new T[0] |
1.8.7