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

◆ GetElementSize()

static unsafe ushort System.Runtime.CompilerServices.RuntimeHelpers.GetElementSize ( this Array array)
inlinestaticpackage

Definition at line 168 of file RuntimeHelpers.cs.

169 {
170 return GetMethodTable(array)->ComponentSize;
171 }
static unsafe MethodTable * GetMethodTable(object obj)

References System.array, and System.Runtime.CompilerServices.RuntimeHelpers.GetMethodTable().