Click or drag to resize
SafeDictionaryTKey, TValueKeys Property
Gets an Collection containing the keys in the System.Collections.Hashtable.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public override ICollection Keys { get; }

Property Value

Type: ICollection

Implements

IDictionaryKeys
See Also