16 lines
358 B
C#
16 lines
358 B
C#
using System;
|
|
|
|
namespace System
|
|
{
|
|
// Token: 0x02000008 RID: 8
|
|
[AttributeUsage(AttributeTargets.All, AllowMultiple = true)]
|
|
internal class MonoLimitationAttribute : global::System.MonoTODOAttribute
|
|
{
|
|
// Token: 0x0600000A RID: 10 RVA: 0x00002148 File Offset: 0x00000348
|
|
public MonoLimitationAttribute(string comment)
|
|
: base(comment)
|
|
{
|
|
}
|
|
}
|
|
}
|