TargetDictionaryContainsKey Method

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

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public abstract 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

See Also