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.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IDictionary<string, Object?> PropertyDictionary { get; }
Property Value
IDictionaryString,
Object
The property dictionary.
See Also