Click or drag to resize

IXmlDeserializationInfoGetArray(DateTime, Int32) Method

Deserializes an array of DateTime values.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
void GetArray(
	DateTime[] val,
	int count
)

Parameters

val  DateTime
Destination array.
count  Int32
Number of elements to read.
See Also