2016-11-10 13:04:39 +00:00
|
|
|
namespace System
|
|
|
|
{
|
|
|
|
static class LocalAppContextSwitches
|
|
|
|
{
|
|
|
|
public static readonly bool DoNotUseTimeZoneInfo = false;
|
2017-08-21 15:34:15 +00:00
|
|
|
public static readonly bool DoNotUseEcmaScriptV6EscapeControlCharacter = false;
|
2016-11-10 13:04:39 +00:00
|
|
|
}
|
|
|
|
}
|