94b2861243
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
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;
|
|
}
|
|
} |