Click or drag to resize

UserDefinedUnitEnvironmentsKeys Property

Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.

Namespace: Altaxo.Gui.Units
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ICollection<string> Keys { get; }

Return Value

ICollectionString
An ICollectionT containing the keys of the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueKeys
See Also