Class InspectableIfAttribute
Inheritance
InspectableIfAttribute
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public sealed class InspectableIfAttribute : Attribute, _Attribute, IInspectableAttribute
Constructors
InspectableIfAttribute(String)
Declaration
public InspectableIfAttribute(string conditionMember)
Parameters
Type |
Name |
Description |
String |
conditionMember |
|
Properties
conditionMember
Declaration
public string conditionMember { get; }
Property Value
order
Declaration
public int order { get; set; }
Property Value
Implements
Extension Methods