DocumentNodeDictionary TKey, TValue  Keys Property TIBCO Spotfire 6.0 API Reference
Gets an ICollection T  containing the keys of the IDictionary TKey, TValue .

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public ICollection<TKey> Keys { get; }

Return Value

Type: ICollection TKey 
An ICollection T  containing the keys of the object that implements IDictionary TKey, TValue .

Implements

IDictionary TKey, TValue  Keys
See Also