Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static void | ThrowIfDeserializationInProgress (string switchSuffix, ref int cachedValue) |
Private Member Functions | |
delegate void | ThrowIfDeserializationInProgressWithSwitchDel (string switchName, ref int cachedValue) |
Static Private Member Functions | |
static ThrowIfDeserializationInProgressWithSwitchDel | CreateThrowIfDeserializationInProgressWithSwitchDelegate () |
Static Private Attributes | |
static readonly ThrowIfDeserializationInProgressWithSwitchDel | s_throwIfDeserializationInProgressWithSwitch = CreateThrowIfDeserializationInProgressWithSwitchDelegate() |
Definition at line 5 of file SerializationGuard.cs.