Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Empty< T >()

static T[] System.Array.Empty< T > ( )
inlinestatic

Definition at line 1574 of file Array.cs.

1575 {
1576 return EmptyArray<T>.Value;
1577 }