Click or drag to resize

DimensionMapBaseReadXmlAppendix Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
XML deserialization called at end of ReadXml(XmlReader) - 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 ReadXmlAppendix(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader
The reader.
See Also