TargetTypeDictionary.ContainsKey Method

Determines whether the IDictionary<TKey, 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 bool ContainsKey(
	string key
)

Parameters

key  String
The key to locate in the IDictionary<TKey, TValue>.

Return Value

Boolean
true if the IDictionary<TKey, TValue> contains an element with the key; otherwise, false.

Implements

IDictionary<TKey, TValue>.ContainsKey(TKey)

Exceptions

See Also