Click or drag to resize

IReadOnlyPropertyBagKeys Property

Gets the property keys in this bag.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IEnumerable<string> Keys { get; }

Property Value

IEnumerableString
The property keys.
See Also