Click or drag to resize
Accord.NET (logo)

NpzDictionaryTKeys Property

Gets an enumerable collection that contains the keys in the read-only dictionary.

Namespace:  Accord.IO
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public IEnumerable<string> Keys { get; }
Request Example View Source

Property Value

Type: IEnumerableString
The keys.
See Also