ExtendsAttribute.IsConstraintSatisfied(Type) Method

Definition

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.

Applies to