IXmlDeserializationInfoGetValueT(String, Object) Method |
Reads a value of type T.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxT 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
TDeserialized value.
See Also