Click or drag to resize
Accord.NET (logo)

NpzDictionaryTContainsKey Method

Determines whether the read-only dictionary contains an element that has the specified key.

Namespace:  Accord.IO
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public bool ContainsKey(
	string key
)
Request Example View Source

Parameters

key
Type: SystemString
The key to locate.

Return Value

Type: Boolean
true if the read-only dictionary contains an element that has the specified key; otherwise, false.
See Also