Click or drag to resize

IXmlSerializationInfoAddBaseValueStandalone Method

Writes the standalone 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 AddBaseValueStandalone(
	string name,
	Object o,
	Type basetype
)

Parameters

name  String
Element name.
o  Object
Object instance.
basetype  Type
Base type.
See Also