Class InspectorWideAttribute
Inheritance
InspectorWideAttribute
Syntax
[AttributeUsage(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