Click or drag to resize

NameSplitterBaseSerializeChildren Method

Serializes the children of the given NameSplitterBase instance into the provided IXmlSerializationInfo.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
protected static void SerializeChildren(
	IXmlSerializationInfo info,
	NameSplitterBase s
)

Parameters

info  IXmlSerializationInfo
s  NameSplitterBase
See Also