Click or drag to resize

XmlStreamDeserializationInfoAnnounceDeserializationEnd Method

Announces that deserialization of the document hierarchy has reached the current stage.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AnnounceDeserializationEnd(
	IDocumentNode documentRoot,
	bool isFinalCall
)

Parameters

documentRoot  IDocumentNode
The root of the deserialized document.
isFinalCall  Boolean
If set to true, this is the final announcement for the document.
See Also