SystemTypeAttribute.IsConstraintSatisfied(Type) Method

Definition

Determines whether the specified Type satisfies filter constraint.

public:
 virtual bool IsConstraintSatisfied(Type ^ type);
public virtual bool IsConstraintSatisfied (Type type);
abstract member IsConstraintSatisfied : Type -> bool
override this.IsConstraintSatisfied : Type -> bool
Public Overridable 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