oh dear
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Diagnostics
|
||||
{
|
||||
/// <summary>Determines if and how a member is displayed in the debugger variable windows. This class cannot be inherited.</summary>
|
||||
// Token: 0x0200061E RID: 1566
|
||||
[Token(Token = "0x200061E")]
|
||||
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
|
||||
[ComVisible(true)]
|
||||
public sealed class DebuggerBrowsableAttribute : Attribute
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerBrowsableAttribute" /> class.</summary>
|
||||
/// <param name="state">One of the <see cref="T:System.Diagnostics.DebuggerBrowsableState" /> values that specifies how to display the member.</param>
|
||||
/// <exception cref="T:System.ArgumentOutOfRangeException">
|
||||
/// <paramref name="state" /> is not one of the <see cref="T:System.Diagnostics.DebuggerBrowsableState" /> values.</exception>
|
||||
// Token: 0x06002F66 RID: 12134 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6002F66")]
|
||||
[Address(RVA = "0x1B655B0", Offset = "0x1B643B0", VA = "0x181B655B0")]
|
||||
public DebuggerBrowsableAttribute(DebuggerBrowsableState state)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04001A63 RID: 6755
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4001A63")]
|
||||
private DebuggerBrowsableState state;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user