Click or drag to resize

PropertyBag.Values Property

Gets a collection of property values from the PropertyBag.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntax
public ICollection<Object> Values { get; }

Property Value

ICollection<Object>

Implements

IDictionary<TKey, TValue>.Values
See Also