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: 25.2.423.0 (25.2.423.0)
Syntax
public abstract IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also