LocalAppContextSwitches.cs 190 B

1234567
  1. namespace System
  2. {
  3. static class LocalAppContextSwitches {
  4. public const bool IgnoreEmptyKeySequences = false;
  5. public const bool DontThrowOnInvalidSurrogatePairs = false;
  6. }
  7. }