LocalizedStringDictionaryGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public IEnumerator<KeyValuePair<string, string>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairString, String
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also