9 [__DynamicallyInvokable]
12 private string m_conditionString;
16 [__DynamicallyInvokable]
19 [__DynamicallyInvokable]
22 return m_conditionString;
28 [__DynamicallyInvokable]
31 m_conditionString = conditionString;
Represents the base class for custom attributes.
ConditionalAttribute(string conditionString)
Initializes a new instance of the T:System.Diagnostics.ConditionalAttribute class.
string ConditionString
Gets the conditional compilation symbol that is associated with the T:System.Diagnostics....
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
Specifies that the class can be serialized.
Indicates to compilers that a method call or attribute should be ignored unless a specified condition...