Click or drag to resize

PropertyEntryDictionaryContainsKey Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public bool ContainsKey(
	Object key
)
Request Example View Source

Parameters

key
Type: SystemObject

Return Value

Type: Boolean

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also