11 lines
225 B
C#
11 lines
225 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System
|
|
{
|
|
// Token: 0x02000092 RID: 146
|
|
// (Invoke) Token: 0x060002D7 RID: 727
|
|
[Token(Token = "0x2000092")]
|
|
internal delegate void IOAsyncCallback(IOAsyncResult ioares);
|
|
}
|