Click or drag to resize

XmlStreamDeserializationInfoOpenArray Method

Opens the current array and returns its element count.

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

Return Value

Int32
The number of elements in the currently opened array.

Implements

IXmlDeserializationInfoOpenArray
See Also