using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Threading { /// Represents a method to be called within a new context. /// An object containing information to be used by the callback method each time it executes. // Token: 0x0200031B RID: 795 // (Invoke) Token: 0x06001D1B RID: 7451 [Token(Token = "0x200031B")] [ComVisible(true)] public delegate void ContextCallback(object state); }