Click or drag to resize

DimensionMapBaseReadXmlAppendix Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

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.26
Syntax
C#
protected virtual void ReadXmlAppendix(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader
The reader.
See Also