Click or drag to resize

IXmlDeserializationInfoCloseArray Method

Closes the current array scope.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
void CloseArray(
	int count
)

Parameters

count  Int32
Expected number of elements processed.
See Also