Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetHeapOffset()
[4/6]
static int System.Reflection.Metadata.Ecma335.MetadataTokens.GetHeapOffset
(
StringHandle
handle
)
inline
static
Definition at line
109
of file
MetadataTokens.cs
.
110
{
111
if
(!
handle
.IsVirtual)
112
{
113
return
handle
.GetHeapOffset();
114
}
115
return
-1;
116
}
System.ExceptionArgument.handle
@ handle
References
System.handle
.
System
Reflection
Metadata
Ecma335
MetadataTokens
Generated by
1.10.0