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 (25.3.0.1000)
Syntaxpublic IEnumerator<KeyValuePair<string, string>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, String))
public:
virtual IEnumerator<KeyValuePair<String^, String^>>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, string>> 
override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, string>> 
Return Value
Type: 
IEnumeratorKeyValuePairString, 
StringAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also