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

◆ AllowArbitraryTypeInstantiation

bool System.LocalAppContextSwitches.AllowArbitraryTypeInstantiation
staticget

Definition at line 9 of file LocalAppContextSwitches.cs.

10 {
11 [MethodImpl(MethodImplOptions.AggressiveInlining)]
12 get
13 {
14 return GetCachedSwitchValue("Switch.System.Data.AllowArbitraryDataSetTypeInstantiation", ref s_allowArbitraryTypeInstantiation);
15 }
16 }
static bool GetCachedSwitchValue(string switchName, ref int cachedSwitchValue)