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

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

Property Value

Type: ICollection

Implements

IDictionaryValues
See Also