Files
linux-packaging-mono/mcs/class/System.Runtime.Serialization/ReferenceSources/LocalAppContextSwitches.cs

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;
}
}