Click or drag to resize

Properties.Keys Property

Gets the keys that are in use by this properties container.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public IReadOnlyList<string> Keys { get; }

Property Value

IReadOnlyList<String>
See Also