Files
27Aug2021-Cpp2IL-Dump/mscorlib/System/Threading/ThreadStart.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

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();
}