using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System { /// References a method to be called when a corresponding asynchronous operation completes. /// The result of the asynchronous operation. // Token: 0x020000BD RID: 189 // (Invoke) Token: 0x06000538 RID: 1336 [Token(Token = "0x20000BD")] [ComVisible(true)] [Serializable] public delegate void AsyncCallback(IAsyncResult ar); }