- namespace System
- {
- static class LocalAppContextSwitches {
- public static readonly bool IgnoreEmptyKeySequences = false;
- public static readonly bool DontThrowOnInvalidSurrogatePairs = false;
- public static readonly bool IgnoreKindInUtcTimeSerialization = false;
- }
- }
|