8 lines
206 B
C#
Raw Normal View History

namespace System
{
static class LocalAppContextSwitches
{
public static readonly bool DoNotUseTimeZoneInfo = false;
public static readonly bool DoNotUseEcmaScriptV6EscapeControlCharacter = false;
}
}