Namespace: SchemaExplorer.Serialization
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public virtual Object ReadPropertyXml(
	PropertySerializerContext context,
	XmlNode propertyValue
)
Visual Basic
Public Overridable Function ReadPropertyXml ( 
	context As PropertySerializerContext,
	propertyValue As XmlNode
) As Object

Return Value

Type: Object

Implements

IPropertySerializer..::..ReadPropertyXml(PropertySerializerContext, XmlNode)

See Also