IXmlSerializationInfoAddBaseValueStandalone Method |
Writes the standalone base portion of a derived object.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxvoid AddBaseValueStandalone(
string name,
Object o,
Type basetype
)
Parameters
- name String
- Element name.
- o Object
- Object instance.
- basetype Type
- Base type.
See Also