Files
27Aug2021-Cpp2IL-Dump/Newtonsoft.Json/Utilities/MethodCall.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

11 lines
263 B
C#

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, TResult>(T target, params object[] args);
}