Click or drag to resize

AutoWeakIndexerTKey, TValueGetEnumerator Method

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue
An enumerator for the AutoWeakIndexerTKey, TValue.

Implements

IEnumerableTGetEnumerator
See Also