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

◆ RunClassConstructor() [2/2]

static void System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor ( RuntimeTypeHandle type)
inlinestatic

Definition at line 38 of file RuntimeHelpers.cs.

39 {
40 RuntimeType type2 = type.GetRuntimeType();
41 if ((object)type2 == null)
42 {
43 throw new ArgumentException(SR.InvalidOperation_HandleIsNotInitialized, "type");
44 }
45 RunClassConstructor(new QCallTypeHandle(ref type2));
46 }
static void RunClassConstructor(QCallTypeHandle type)

References System.Runtime.Serialization.Dictionary, System.SR.InvalidOperation_HandleIsNotInitialized, System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(), and System.type.