11 lines
238 B
C#
11 lines
238 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Net
|
|
{
|
|
// Token: 0x0200029E RID: 670
|
|
// (Invoke) Token: 0x06001171 RID: 4465
|
|
[Token(Token = "0x200029E")]
|
|
internal delegate void SimpleAsyncCallback(SimpleAsyncResult result);
|
|
}
|