Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsMultiDimensionalArray
unsafe
bool
System.Runtime.CompilerServices.MethodTable.IsMultiDimensionalArray
get
Definition at line
35
of file
MethodTable.cs
.
36
{
37
[
MethodImpl
(
MethodImplOptions
.AggressiveInlining)]
38
get
39
{
40
return
BaseSize
> (uint)(3 *
sizeof
(IntPtr));
41
}
42
}
System.Reflection.Metadata.Ecma335.TableIndex.MethodImpl
@ MethodImpl
System.Runtime.CompilerServices.MethodImplOptions
MethodImplOptions
Definition
MethodImplOptions.cs:5
System.Runtime.CompilerServices.MethodTable.BaseSize
uint BaseSize
Definition
MethodTable.cs:15
System
Runtime
CompilerServices
MethodTable
Generated by
1.10.0