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) { } } }