Click or drag to resize

DataDictionaryTKey, TValueValues Property

Gets an ICollection object containing the values in the IDictionary object.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public override ICollection Values { get; }

Return Value

Type: ICollection
An ICollection object containing the values in the IDictionary object.

Implements

IDictionaryValues
See Also