Click or drag to resize
SafeDictionaryTKey, TValueTypedValues Property
Gets a typed collection of values in this dictionary

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<TValue> TypedValues { get; }

Property Value

Type: IEnumerableTValue
See Also