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

Syntax

C#
public void WritePropertyXml(
	PropertySerializerContext context,
	XmlWriter writer,
	Object propertyValue
)
Visual Basic
Public Sub WritePropertyXml ( 
	context As PropertySerializerContext,
	writer As XmlWriter,
	propertyValue As Object
)

Implements

IPropertySerializer..::..WritePropertyXml(PropertySerializerContext, XmlWriter, Object)

See Also