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

◆ GetTypeChecked()

RuntimeType System.RuntimeTypeHandle.GetTypeChecked ( )
inlinepackage

Definition at line 72 of file RuntimeTypeHandle.cs.

73 {
74 RuntimeType type = m_type;
75 if (type == null)
76 {
77 throw new ArgumentNullException(null, SR.Arg_InvalidHandle);
78 }
79 return type;
80 }

References System.SR.Arg_InvalidHandle, System.RuntimeTypeHandle.m_type, and System.type.

Referenced by System.RuntimeTypeHandle.ContainsGenericVariables(), and System.RuntimeTypeHandle.GetGenericVariableIndex().