8 lines
206 B
C#
8 lines
206 B
C#
namespace System
|
|
{
|
|
static class LocalAppContextSwitches
|
|
{
|
|
public static readonly bool DoNotUseTimeZoneInfo = false;
|
|
public static readonly bool DoNotUseEcmaScriptV6EscapeControlCharacter = false;
|
|
}
|
|
} |