oh dear
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.IO
|
||||
{
|
||||
/// <summary>Sets the description visual designers can display when referencing an event, extender, or property.</summary>
|
||||
// Token: 0x02000203 RID: 515
|
||||
[Token(Token = "0x2000203")]
|
||||
[AttributeUsage(AttributeTargets.All)]
|
||||
public class IODescriptionAttribute : DescriptionAttribute
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.IO.IODescriptionAttribute" /> class.</summary>
|
||||
/// <param name="description">The description to use.</param>
|
||||
// Token: 0x06000D54 RID: 3412 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000D54")]
|
||||
[Address(RVA = "0x29E5C40", Offset = "0x29E4A40", VA = "0x1829E5C40")]
|
||||
public IODescriptionAttribute(string description)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Gets the description.</summary>
|
||||
/// <returns>The description for the event, extender, or property.</returns>
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user