Edit

Share via


FeatureGuardAttribute(Type) Constructor

Definition

Initializes a new instance of the FeatureGuardAttribute class

with the specified feature type.

public:
 FeatureGuardAttribute(Type ^ featureType);
public FeatureGuardAttribute (Type featureType);
new System.Diagnostics.CodeAnalysis.FeatureGuardAttribute : Type -> System.Diagnostics.CodeAnalysis.FeatureGuardAttribute
Public Sub New (featureType As Type)

Parameters

featureType
Type

The type that represents the feature guarded by the property.

Applies to