Click or drag to resize

WikiReadOnlyDictionaryContainsKey Method

This is preliminary documentation and is subject to change.

Determines whether the IDictionaryTKey, TValue contains an element with the specified key.

Namespace: WikiClientLibrary.Infrastructures
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
public bool ContainsKey(
	string key
)

Parameters

key  String
The key to locate in the IDictionaryTKey, TValue.

Return Value

Boolean
if the IDictionaryTKey, TValue contains an element with the key; otherwise, .

Implements

IDictionaryTKey, TValueContainsKey(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
See Also