Click or drag to resize

XmlStreamDeserializationInfoPropertyDictionary Property

Gets the property dictionary. This is a dictionary where some string/value pairs could be stored, and used during or after deserialization

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IDictionary<string, Object?> PropertyDictionary { get; }

Property Value

IDictionaryString, Object
The property dictionary.

Implements

IXmlDeserializationInfoPropertyDictionary
See Also