Click or drag to resize

IXmlSerializationInfoCreateElement Method

Creates a child element to write values into.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
void CreateElement(
	string name
)

Parameters

name  String
Element name.
See Also