IXmlSerializationInfoAddBaseValueEmbedded Method |
Writes the embedded base portion of a derived object.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxvoid AddBaseValueEmbedded(
Object o,
Type basetype
)
Parameters
- o Object
- Object instance.
- basetype Type
- Base type.
See Also