|
CacheTKey, TValueContainsKey Method
|
Determines whether the Cache contains the specified key.
Namespace: GSF.Net.Snmp.SecurityAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public bool ContainsKey(
TKey key
)
Public Function ContainsKey (
key As TKey
) As Boolean
public:
bool ContainsKey(
TKey key
)
member ContainsKey :
key : 'TKey -> bool
function ContainsKey(key);
View SourceParameters
- key TKey
- The key to locate in the Cache
Return Value
Booleantrue if the Cache contains an element with the specified key; otherwise, false.
See Also