Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetHeapOffset()
[1/6]
static int System.Reflection.Metadata.Ecma335.MetadataTokens.GetHeapOffset
(
BlobHandle
handle
)
inline
static
Definition at line
90
of file
MetadataTokens.cs
.
91
{
92
if
(!
handle
.IsVirtual)
93
{
94
return
handle
.GetHeapOffset();
95
}
96
return
-1;
97
}
System.ExceptionArgument.handle
@ handle
References
System.handle
.
System
Reflection
Metadata
Ecma335
MetadataTokens
Generated by
1.10.0