Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator Handle()
static implicit System.Reflection.Metadata.StringHandle.operator
Handle
(
StringHandle
handle
)
inline
static
Definition at line
128
of file
StringHandle.cs
.
129
{
130
return
new
Handle((
byte
)(((
handle
._value & 0x80000000u) >> 24) | 0x78u | ((
handle
._value & 0x60000000) >> 29)), (
int
)(
handle
._value & 0x1FFFFFFF));
131
}
System.ExceptionArgument.handle
@ handle
References
System.handle
.
System
Reflection
Metadata
StringHandle
Generated by
1.10.0