using System; using Cpp2IlInjected; namespace Newtonsoft.Json { // Token: 0x0200002D RID: 45 [Token(Token = "0x200002D")] public enum NullValueHandling { // Token: 0x040000EA RID: 234 [Token(Token = "0x40000EA")] Include, // Token: 0x040000EB RID: 235 [Token(Token = "0x40000EB")] Ignore } }