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

◆ get_Count< T >()

int System.SZArrayHelper.get_Count< T > ( )
inlinepackage

Definition at line 28 of file SZArrayHelper.cs.

29 {
30 T[] array = Unsafe.As<T[]>(this);
31 return array.Length;
32 }

References System.array.