m
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using Newtonsoft.Json.Utilities;
|
||||
|
||||
namespace Newtonsoft.Json.Serialization
|
||||
{
|
||||
// Token: 0x02000072 RID: 114
|
||||
[Token(Token = "0x2000072")]
|
||||
internal static class CachedAttributeGetter<T> where T : Attribute
|
||||
{
|
||||
// Token: 0x0600026A RID: 618 RVA: 0x00002052 File Offset: 0x00000252
|
||||
[Token(Token = "0x600026A")]
|
||||
[Address(RVA = "0x2DD63D0", Offset = "0x2DD53D0", VA = "0x182DD63D0")]
|
||||
public static T GetAttribute(object type)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x040001A9 RID: 425
|
||||
[Token(Token = "0x40001A9")]
|
||||
private static readonly ThreadSafeStore<object, T> TypeAttributeCache;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user