DefaultValidator.CanValidate(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

参数

type
Type

对象类型。

返回

对所有验证的类型均为 true

适用于