Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

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

Return Value

Type: Object

Implements

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

See Also