IXmlDeserializationInfoGetBaseValueEmbedded Method |
Reads an embedded base value for a derived instance.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxvoid 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