Click or drag to resize

XmlStreamDeserializationInfoGetValueT(String, Object) Method

Reads a value 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 GetValue<T>(
	string name,
	Object? parentObject
)

Parameters

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

Type Parameters

T
The value type to read.

Return Value

T
Deserialized value.

Implements

IXmlDeserializationInfoGetValueT(String, Object)
See Also