m
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Newtonsoft.Json.Serialization
|
||||
{
|
||||
// Token: 0x02000088 RID: 136
|
||||
[Token(Token = "0x2000088")]
|
||||
public interface IValueProvider
|
||||
{
|
||||
// Token: 0x060002D6 RID: 726
|
||||
[Token(Token = "0x60002D6")]
|
||||
[Address(Slot = "0")]
|
||||
object GetValue(object target);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user