14 lines
375 B
C#
14 lines
375 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Threading
|
|
{
|
|
/// <summary>Represents the method that executes on a <see cref="T:System.Threading.Thread" />.</summary>
|
|
// Token: 0x0200035B RID: 859
|
|
// (Invoke) Token: 0x06002026 RID: 8230
|
|
[Token(Token = "0x200035B")]
|
|
[ComVisible(true)]
|
|
public delegate void ThreadStart();
|
|
}
|