Click or drag to resize

IXmlDeserializationInfoGetArrayOfValuesT Method

Reads an array of values of type T.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
T[] GetArrayOfValues<T>(
	string name,
	Object? parent
)

Parameters

name  String
Element name.
parent  Object
Parent object for context.

Type Parameters

T
The element type of the array.

Return Value

T
Array of T.
See Also