Click or drag to resize

XmlStreamDeserializationInfoGetArrayOfValuesT Method

Reads an array of values of type T.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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.

Implements

IXmlDeserializationInfoGetArrayOfValuesT(String, Object)
See Also