RootedPathValidator::Validate Method (Object^)

 

Determines whether the value of an object is valid.

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

public:
virtual void Validate(
	Object^ value
) override

Parameters

value
Type: System::Object^

The value of an object.

The XmlSerializer object to validate is passed as a parameter of the Validate method.

.NET Framework
Available since 2.0
Return to top
Show: