11 lines
225 B
C#
11 lines
225 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Singular.Newtonsoft.Json.Utilities
|
|
{
|
|
// Token: 0x0200006C RID: 108
|
|
// (Invoke) Token: 0x06000387 RID: 903
|
|
[Token(Token = "0x2000049")]
|
|
internal delegate T Creator<T>();
|
|
}
|