m
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System
|
||||
{
|
||||
// Token: 0x0200001D RID: 29
|
||||
[Token(Token = "0x200001D")]
|
||||
internal static class LocalAppContextSwitches
|
||||
{
|
||||
// Token: 0x040000B2 RID: 178
|
||||
[Token(Token = "0x40000B2")]
|
||||
public static readonly bool IgnoreEmptyKeySequences;
|
||||
|
||||
// Token: 0x040000B3 RID: 179
|
||||
[Token(Token = "0x40000B3")]
|
||||
public static readonly bool DontThrowOnInvalidSurrogatePairs;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user