7 lines
190 B
C#
7 lines
190 B
C#
|
namespace System
|
||
|
{
|
||
|
static class LocalAppContextSwitches {
|
||
|
public const bool IgnoreEmptyKeySequences = false;
|
||
|
public const bool DontThrowOnInvalidSurrogatePairs = false;
|
||
|
}
|
||
|
}
|