API reference
Constructor RequiresFeatureAttribute
- Namespace
- DisCatSharp.Attributes
- Assembly
- DisCatSharp.Attributes.dll
RequiresFeatureAttribute(Features, string)
Initializes a new instance of the RequiresFeatureAttribute class with specified features and a message.
public RequiresFeatureAttribute(Features features, string message)
Parameters
featuresFeaturesSpecifies the required features.
messagestringProvides a message that describes the requirement or purpose of the attribute.
RequiresFeatureAttribute(Features)
Initializes a new instance of the RequiresFeatureAttribute class.
public RequiresFeatureAttribute(Features features)
Parameters
featuresFeaturesSpecifies the required features.