Click or drag to resize

LocalizableStringKeys Property

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

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
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