Class InspectorWideAttribute
Inheritance
InspectorWideAttribute
Syntax
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Parameter | AttributeTargets.Delegate | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter | AttributeTargets.All, AllowMultiple = false, Inherited = true)]
public sealed class InspectorWideAttribute : Attribute, _Attribute
Constructors
InspectorWideAttribute()
Declaration
public InspectorWideAttribute()
InspectorWideAttribute(Boolean)
Declaration
public InspectorWideAttribute(bool toEdge)
Parameters
Type |
Name |
Description |
Boolean |
toEdge |
|
Properties
toEdge
Declaration
public bool toEdge { get; }
Property Value
Extension Methods