IXmlDeserializationInfoGetArrayOfValuesT Method |
Reads an array of values of type T.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxT[] 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
TArray of
T.
See Also