using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Threading { /// Represents the method that executes on a . /// An object that contains data for the thread procedure. // Token: 0x0200033E RID: 830 // (Invoke) Token: 0x06001F6C RID: 8044 [Token(Token = "0x200033E")] [ComVisible(false)] public delegate void ParameterizedThreadStart(object obj); }