8 lines
270 B
C#
8 lines
270 B
C#
namespace System
|
|
{
|
|
static class LocalAppContextSwitches {
|
|
public static readonly bool IgnoreEmptyKeySequences = false;
|
|
public static readonly bool DontThrowOnInvalidSurrogatePairs = false;
|
|
public static readonly bool IgnoreKindInUtcTimeSerialization = false;
|
|
}
|
|
} |