RootedPathValidator::CanValidate Method (Type^)

 

Determines whether the type of the object can be validated.

Namespace:   System.Xml.Serialization.Configuration
Assembly:  System.Xml (in System.Xml.dll)

public:
virtual bool CanValidate(
	Type^ type
) override

Parameters

type
Type: System::Type^

The type of the object.

Return Value

Type: System::Boolean

true if the type parameter matches a valid XMLSerializer object; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: