Click or drag to resize

XmlStreamDeserializationInfoCurrentElementName Property

Returns the name of the current xml element.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string CurrentElementName { get; }

Property Value

String

Implements

IXmlDeserializationInfoCurrentElementName
See Also