Click or drag to resize

PersistentDictionaryTKey, TValueGetEnumerator Method

Gets an enumerator for enumerating over the key/value pairs in the dictionary.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also