Click or drag to resize

DataDictionaryTKey, TValueKeys Property

Gets an ICollection object containing the keys of 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 Keys { get; }

Return Value

Type: ICollection
An ICollection object containing the keys of the IDictionary object.

Implements

IDictionaryKeys
See Also