|
NpzDictionaryTGetEnumerator Method
|
Returns an enumerator that iterates through the collection.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public IEnumerator<KeyValuePair<string, T>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, T))
Request Example
View SourceReturn Value
Type:
IEnumeratorKeyValuePairString,
TAn enumerator that can be used to iterate through the collection.
See Also