using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Diagnostics { /// Determines if and how a member is displayed in the debugger variable windows. This class cannot be inherited. // Token: 0x0200061E RID: 1566 [Token(Token = "0x200061E")] [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)] [ComVisible(true)] public sealed class DebuggerBrowsableAttribute : Attribute { /// Initializes a new instance of the class. /// One of the values that specifies how to display the member. /// /// is not one of the values. // 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; } }