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

7 lines
190 B
C#
Raw Normal View History

namespace System
{
static class LocalAppContextSwitches {
public const bool IgnoreEmptyKeySequences = false;
public const bool DontThrowOnInvalidSurrogatePairs = false;
}
}