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

◆ IsSupported

bool System.Reflection.NullabilityInfoContext.IsSupported = !AppContext.TryGetSwitch("System.Reflection.NullabilityInfoContext.IsSupported", out var isEnabled) || isEnabled
staticgetpackage

Definition at line 21 of file NullabilityInfoContext.cs.

21{ get; } = !AppContext.TryGetSwitch("System.Reflection.NullabilityInfoContext.IsSupported", out var isEnabled) || isEnabled;

Referenced by System.Reflection.NullabilityInfoContext.EnsureIsSupported().