|
RedBlackTreeDictionaryTKey, TValueGetEnumerator Method
|
Returns an enumerator that iterates through the dictionary.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, TValue))
Request Example
View SourceReturn Value
Type:
IEnumeratorKeyValuePairTKey,
TValue
An
IEnumeratorT
object that can be used to iterate through the collection.
See Also