Click or drag to resize

DimensionMapBaseWriteXmlAppendix Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
XML serialization called at end of WriteXml(XmlWriter) - override this to add support for additional data of your inheriting class

Namespace:  imbNLP.Data.textMap
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
protected virtual void WriteXmlAppendix(
	XmlWriter writer
)

Parameters

writer
Type: System.XmlXmlWriter
The writer.
See Also