using System; using System.Collections.Generic; using System.Collections.ObjectModel; using Cpp2IlInjected; namespace Newtonsoft.Json.Serialization { // Token: 0x0200009A RID: 154 [Token(Token = "0x200009A")] public class JsonPropertyCollection : KeyedCollection { // Token: 0x0600037C RID: 892 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x600037C")] [Address(RVA = "0x2A5FE30", Offset = "0x2A5EE30", VA = "0x182A5FE30")] public JsonPropertyCollection(Type type) { } // Token: 0x0600037D RID: 893 RVA: 0x00002052 File Offset: 0x00000252 [Token(Token = "0x600037D")] [Address(RVA = "0xDC0BD0", Offset = "0xDBFBD0", VA = "0x180DC0BD0", Slot = "39")] protected override string GetKeyForItem(JsonProperty item) { return null; } // Token: 0x0600037E RID: 894 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x600037E")] [Address(RVA = "0x2A5F8C0", Offset = "0x2A5E8C0", VA = "0x182A5F8C0")] public void AddProperty(JsonProperty property) { } // Token: 0x0600037F RID: 895 RVA: 0x00002052 File Offset: 0x00000252 [Token(Token = "0x600037F")] [Address(RVA = "0x2A5FB80", Offset = "0x2A5EB80", VA = "0x182A5FB80")] public JsonProperty GetClosestMatchProperty(string propertyName) { return null; } // Token: 0x06000380 RID: 896 RVA: 0x00003198 File Offset: 0x00001398 [Token(Token = "0x6000380")] [Address(RVA = "0x2A5FD50", Offset = "0x2A5ED50", VA = "0x182A5FD50")] private bool TryGetValue(string key, out JsonProperty item) { return default(bool); } // Token: 0x06000381 RID: 897 RVA: 0x00002052 File Offset: 0x00000252 [Token(Token = "0x6000381")] [Address(RVA = "0x2A5FBC0", Offset = "0x2A5EBC0", VA = "0x182A5FBC0")] public JsonProperty GetProperty(string propertyName, StringComparison comparisonType) { return null; } // Token: 0x04000243 RID: 579 [FieldOffset(Offset = "0x38")] [Token(Token = "0x4000243")] private readonly Type _type; // Token: 0x04000244 RID: 580 [FieldOffset(Offset = "0x40")] [Token(Token = "0x4000244")] private readonly List _list; } }