Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator Handle()
static implicit System.Reflection.Metadata.BlobHandle.operator
Handle
(
BlobHandle
handle
)
inline
static
Definition at line
52
of file
BlobHandle.cs
.
53
{
54
return
new
Handle((
byte
)(((
handle
._value & 0x80000000u) >> 24) | 0x71u), (
int
)(
handle
._value & 0x1FFFFFFF));
55
}
System.ExceptionArgument.handle
@ handle
References
System.handle
.
System
Reflection
Metadata
BlobHandle
Generated by
1.10.0