XmlStreamDeserializationInfoGetArray(Int32, Int32) Method |
Deserializes an array of integer values from the current XML element.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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