Click or drag to resize

IXmlSerializationInfoAddBaseValueEmbedded Method

Writes the embedded base portion of a derived object.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
void AddBaseValueEmbedded(
	Object o,
	Type basetype
)

Parameters

o  Object
Object instance.
basetype  Type
Base type.
See Also