RootedPathValidator.CanValidate(Type) Metoda

Definicja

Określa, czy typ obiektu może być zweryfikowany.

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

Parametry

type
Type

Typ obiektu.

Zwraca

Boolean

true Jeśli type parametr jest zgodny z prawidłowym XMLSerializer obiektem; w przeciwnym razie false .

Dotyczy