Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EmptyArray.cs
Go to the documentation of this file.
1
namespace
System.Reflection.Internal
;
2
3
internal
static
class
EmptyArray
<T>
4
{
5
internal
static
readonly T[]
Instance
=
new
T[0];
6
}
System.Reflection.Internal.EmptyArray.Instance
static readonly T[] Instance
Definition
EmptyArray.cs:5
System.Reflection.Internal.EmptyArray
Definition
EmptyArray.cs:4
System.Reflection.Internal
Definition
AbstractMemoryBlock.cs:4
source
System.Reflection.Metadata
System.Reflection.Internal
EmptyArray.cs
Generated by
1.10.0