Click or drag to resize

XmlStreamDeserializationInfoGetNodeName Method

Retrieves the name of the current node.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string GetNodeName()

Return Value

String
The name of the current node.

Implements

IXmlDeserializationInfoGetNodeName
See Also