|
TwoWayDictionaryTFirst, TSecondGetEnumerator Method
|
Returns an enumerator that iterates through the collection.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public IEnumerator<KeyValuePair<TFirst, TSecond>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TFirst, TSecond))
Request Example
View SourceReturn Value
Type:
IEnumeratorKeyValuePairTFirst,
TSecond
A
IEnumeratorT that can be used to iterate through the collection.
See Also