Click or drag to resize

IXmlDeserializationInfoGetValue(String, Object) Method

Reads a value of unknown type.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Object GetValue(
	string name,
	Object? parent
)

Parameters

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

Return Value

Object
Deserialized value.
See Also