Files
Dec2017-Script-Dump/System/MonoNotSupportedAttribute.cs
T
2026-06-04 11:42:34 +02:00

16 lines
362 B
C#

using System;
namespace System
{
// Token: 0x02000009 RID: 9
[AttributeUsage(AttributeTargets.All, AllowMultiple = true)]
internal class MonoNotSupportedAttribute : global::System.MonoTODOAttribute
{
// Token: 0x0600000B RID: 11 RVA: 0x00002154 File Offset: 0x00000354
public MonoNotSupportedAttribute(string comment)
: base(comment)
{
}
}
}