Click or drag to resize
Accord.NET (logo)

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()
Request Example View Source

Return Value

Type: IEnumeratorKeyValuePairString, T
An enumerator that can be used to iterate through the collection.
See Also