Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AllowArbitraryTypeInstantiation
bool
System.LocalAppContextSwitches.AllowArbitraryTypeInstantiation
static
get
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
}
System.LocalAppContextSwitches.s_allowArbitraryTypeInstantiation
static int s_allowArbitraryTypeInstantiation
Definition
LocalAppContextSwitches.cs:7
System.LocalAppContextSwitches.GetCachedSwitchValue
static bool GetCachedSwitchValue(string switchName, ref int cachedSwitchValue)
Definition
LocalAppContextSwitches.cs:19
System.Reflection.Metadata.Ecma335.TableIndex.MethodImpl
@ MethodImpl
System.Runtime.CompilerServices.MethodImplOptions
MethodImplOptions
Definition
MethodImplOptions.cs:5
System
LocalAppContextSwitches
Generated by
1.10.0