536cd135cc
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
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;
|
|
}
|
|
} |