Click or drag to resize

CacheTKey, TValueContainsKey Method

Determines whether the Cache contains the specified key.

Namespace: GSF.Net.Snmp.Security
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public bool ContainsKey(
	TKey key
)
View Source

Parameters

key  TKey
The key to locate in the Cache

Return Value

Boolean
true if the Cache contains an element with the specified key; otherwise, false.
See Also