m
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: 0x020001FF RID: 511
|
||||
[Token(Token = "0x20001FF")]
|
||||
[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: 0x06000D3E RID: 3390 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000D3E")]
|
||||
[Address(RVA = "0xDD3360", Offset = "0xDD2360", VA = "0x180DD3360")]
|
||||
public IODescriptionAttribute(string description)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Gets the description.</summary>
|
||||
/// <returns>The description for the event, extender, or property.</returns>
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user