m
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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();
|
||||
}
|
||||
Reference in New Issue
Block a user