Open this page in the API Guide

LocalizedStringDictionary.Keys Property

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ICollection<string> Keys { get; }

Return Value

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

Implements

IDictionary<TKey, TValue>.Keys
See Also