IDictionary.GetEnumerator Method
Returns an enumerator that iterates over all key-value pairs in the dictionary.
Syntax
Unit: Bcl.Collections
function IDictionary.GetEnumerator: TEnumerator<TValue, TValue>>; virtual; abstract;
Returns an enumerator that iterates over all key-value pairs in the dictionary.
Unit: Bcl.Collections
function IDictionary.GetEnumerator: TEnumerator<TValue, TValue>>; virtual; abstract;