Files
Aug2021-Cpp2IL-Dump/mscorlib/System/Reflection/Emit/SignatureHelper.cs
T
2026-04-10 22:50:51 +02:00

13 lines
240 B
C#

using System;
using Cpp2IlInjected;
namespace System.Reflection.Emit
{
/// <summary>Provides methods for building signatures.</summary>
// Token: 0x02000276 RID: 630
[Token(Token = "0x2000276")]
public class SignatureHelper
{
}
}