e46a49ecf1
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
9 lines
337 B
C#
9 lines
337 B
C#
namespace System
|
|
{
|
|
static class LocalAppContextSwitches {
|
|
public static readonly bool IgnoreEmptyKeySequences = false;
|
|
public static readonly bool DontThrowOnInvalidSurrogatePairs = false;
|
|
public static readonly bool IgnoreKindInUtcTimeSerialization = false;
|
|
public static readonly bool EnableTimeSpanSerialization = false;
|
|
}
|
|
} |