Click or drag to resize

PropertiesDictionaryEntries Property

Gets the raw dictionary entries stored in this container.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<KeyValuePair<string, Object>> DictionaryEntries { get; }

Property Value

IEnumerableKeyValuePairString, Object
See Also