IXmlDeserializationInfoGetBaseValueStandalone Method |
Reads a standalone base value for a derived instance.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxvoid GetBaseValueStandalone(
string name,
Object instance,
Type basetype,
Object? parent
)
Parameters
- name String
- Element name.
- instance Object
- Instance to populate.
- basetype Type
- Base type.
- parent Object
- Parent object for context.
See Also