7 lines
190 B
C#
Raw Normal View History

namespace System
{
static class LocalAppContextSwitches {
public const bool IgnoreEmptyKeySequences = false;
public const bool DontThrowOnInvalidSurrogatePairs = false;
}
}