Click or drag to resize
RestrictedAccessDictionaryTKey, TValueGetEnumerator Method
Enumerate the KeyValuePairs of the dictionary

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue
A sequence of KeyValue pairs

Implements

IEnumerableTGetEnumerator
See Also