Table of Contents
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

features Features

Specifies the required features.

message string

Provides 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

features Features

Specifies the required features.