Click or drag to resize

XmlStreamDeserializationInfoGetArray(Int32, Int32) Method

Deserializes an array of integer values from the current XML element.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void GetArray(
	int[] val,
	int count
)

Parameters

val  Int32
The destination array, which must be able to store at least count values.
count  Int32
The number of elements to read.
See Also