Click or drag to resize

IXmlDeserializationInfoPropertyDictionary 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: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IDictionary<string, Object?> PropertyDictionary { get; }

Property Value

IDictionaryString, Object
The property dictionary.
See Also