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: 0x02000203 RID: 515
[Token(Token = "0x2000203")]
[AttributeUsage(AttributeTargets.All)]
public class IODescriptionAttribute : DescriptionAttribute
{
/// Initializes a new instance of the class.
/// The description to use.
// Token: 0x06000D54 RID: 3412 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000D54")]
[Address(RVA = "0x29E5C40", Offset = "0x29E4A40", VA = "0x1829E5C40")]
public IODescriptionAttribute(string description)
{
}
/// Gets the description.
/// The description for the event, extender, or property.
// Token: 0x17000279 RID: 633
// (get) Token: 0x06000D55 RID: 3413 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000279")]
public override string Description
{
[Token(Token = "0x6000D55")]
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20", Slot = "7")]
get
{
return null;
}
}
}
}