16 lines
402 B
C#
16 lines
402 B
C#
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
|
|
{
|
|
}
|
|
}
|