Click or drag to resize

XmlStreamSerializationInfoClearProperties Method

Clears the property dictionary. Useful if the serialization info should be used to serialize multiple values. If you clear the properties before the serialization of each value, the serialization behaves as if each value is serialized independent of each other.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ClearProperties()

Implements

IXmlSerializationInfoClearProperties
See Also