ExtendsAttribute.IsConstraintSatisfied(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified Type satisfies filter constraint.
public:
override bool IsConstraintSatisfied(Type ^ type);
public override bool IsConstraintSatisfied (Type type);
override this.IsConstraintSatisfied : Type -> bool
Public Overrides Function IsConstraintSatisfied (type As Type) As Boolean
Parameters
- type
- Type
Type to test.
Returns
A Boolean value indicating if the type specified by type
satisfies this constraint and should thus be selectable.