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