Table of Contents

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;

See also