Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator GuidHandle()

static System.Reflection.Metadata.GuidHandle.operator GuidHandle ( Handle handle)
inlineexplicitstatic

Definition at line 28 of file GuidHandle.cs.

29 {
30 if (handle.VType != 114)
31 {
32 Throw.InvalidCast();
33 }
34 return new GuidHandle(handle.Offset);
35 }

References System.Reflection.Metadata.GuidHandle.GuidHandle(), System.handle, and System.Reflection.Throw.InvalidCast().