NamedMapTKey, TValueContainsKey Method

ScaleOut Software NamedCache API

Namespace:  Soss.Client.Concurrent
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public bool ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
The key to check for existence

Return Value

Type: Boolean
true if the NamedMapTKey, TValue contains an element with the specified key; otherwise it returns false.
Exceptions

ExceptionCondition
ArgumentNullExceptionThrown if key is a null reference.
See Also

Reference