Click or drag to resize

IXmlDeserializationInfoGetBaseValueEmbedded Method

Reads an embedded base value for a derived instance.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
void GetBaseValueEmbedded(
	Object instance,
	Type basetype,
	Object? parent
)

Parameters

instance  Object
Instance to populate.
basetype  Type
Base type.
parent  Object
Parent object for context.
See Also