55 lines
1.7 KiB
C#
55 lines
1.7 KiB
C#
using System;
|
|
using System.Collections.ObjectModel;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Singular.Newtonsoft.Json.Serialization
|
|
{
|
|
// Token: 0x02000096 RID: 150
|
|
[Token(Token = "0x2000067")]
|
|
public class JsonPropertyCollection : KeyedCollection<string, JsonProperty>
|
|
{
|
|
// Token: 0x06000503 RID: 1283 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x600046F")]
|
|
[Address(RVA = "0x2440700", Offset = "0x243F500", VA = "0x182440700")]
|
|
public JsonPropertyCollection(Type type)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06000504 RID: 1284 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000470")]
|
|
[Address(RVA = "0x76AB90", Offset = "0x769990", VA = "0x18076AB90", Slot = "39")]
|
|
protected override string GetKeyForItem(JsonProperty item)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06000505 RID: 1285 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6000471")]
|
|
[Address(RVA = "0x24403A0", Offset = "0x243F1A0", VA = "0x1824403A0")]
|
|
public void AddProperty(JsonProperty property)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06000506 RID: 1286 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000472")]
|
|
[Address(RVA = "0x2440540", Offset = "0x243F340", VA = "0x182440540")]
|
|
public JsonProperty GetClosestMatchProperty(string propertyName)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06000507 RID: 1287 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000473")]
|
|
[Address(RVA = "0x2440580", Offset = "0x243F380", VA = "0x182440580")]
|
|
public JsonProperty GetProperty(string propertyName, StringComparison comparisonType)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x040001D9 RID: 473
|
|
[FieldOffset(Offset = "0x38")]
|
|
[Token(Token = "0x400014F")]
|
|
private readonly Type _type;
|
|
}
|
|
}
|