Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
get_Count< T >()
int System.SZArrayHelper.get_Count<
T
>
(
)
inline
package
Definition at line
28
of file
SZArrayHelper.cs
.
29
{
30
T[]
array
=
Unsafe
.As<T[]>(
this
);
31
return
array
.Length;
32
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.array
@ array
References
System.array
.
System
SZArrayHelper
Generated by
1.10.0