DefaultValidator.CanValidate(Type) Method

Definition

Determines whether an object can be validated, based on type.

public:
 override bool CanValidate(Type ^ type);
public override bool CanValidate (Type type);
override this.CanValidate : Type -> bool
Public Overrides Function CanValidate (type As Type) As Boolean

Parameters

type
Type

The object type.

Returns

true for all types being validated.

Applies to