ArrayDictionary4<K, V>.

GetEnumerator() Method

Syntax

public IEnumerator<KeyValuePair<K, V>> GetEnumerator()

Return Value

Type Description
IEnumerator<KeyValuePair<K, V>>