using System; using System.ComponentModel; using Cpp2IlInjected; namespace System.IO { /// Sets the description visual designers can display when referencing an event, extender, or property. // Token: 0x020001FF RID: 511 [Token(Token = "0x20001FF")] [AttributeUsage(AttributeTargets.All)] public class IODescriptionAttribute : DescriptionAttribute { /// Initializes a new instance of the class. /// The description to use. // Token: 0x06000D3E RID: 3390 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6000D3E")] [Address(RVA = "0xDD3360", Offset = "0xDD2360", VA = "0x180DD3360")] public IODescriptionAttribute(string description) { } /// Gets the description. /// The description for the event, extender, or property. // Token: 0x17000275 RID: 629 // (get) Token: 0x06000D3F RID: 3391 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000275")] public override string Description { [Token(Token = "0x6000D3F")] [Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530", Slot = "7")] get { return null; } } } }