Click or drag to resize

PersistentDictionaryTKey, TValueContainsKey Method

Determines if a specified key exists in the dictionary.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
The key to find in the dictionary.

Return Value

Type: Boolean
if the key exists in the dictionary; otherwise .
See Also