using System; using Cpp2IlInjected; namespace Newtonsoft.Json.Utilities { // Token: 0x02000060 RID: 96 // (Invoke) Token: 0x060001F1 RID: 497 [Token(Token = "0x2000060")] internal delegate TResult MethodCall(T target, params object[] args); }