oh dear
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Reflection;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Diagnostics
|
||||
{
|
||||
/// <summary>Provides a strongly typed collection of <see cref="T:System.Diagnostics.ProcessThread" /> objects.</summary>
|
||||
// Token: 0x020000D0 RID: 208
|
||||
[Token(Token = "0x20000D0")]
|
||||
[DefaultMember("Item")]
|
||||
public class ProcessThreadCollection : ReadOnlyCollectionBase
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user