Click or drag to resize

ConditionMethodsAttribute Class

Marks the class as containing condition methods.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    NLog.ConditionsConditionMethodsAttribute

Namespace:  NLog.Conditions
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public sealed class ConditionMethodsAttribute : Attribute

The ConditionMethodsAttribute type exposes the following members.

Constructors
  NameDescription
Public methodConditionMethodsAttribute
Initializes a new instance of the ConditionMethodsAttribute class
Top
See Also