Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

13 lines
236 B
C#

using System;
using Cpp2IlInjected;
namespace System.Reflection.Emit
{
/// <summary>Helps build custom attributes.</summary>
// Token: 0x0200026E RID: 622
[Token(Token = "0x200026E")]
public class CustomAttributeBuilder
{
}
}