Open this page in the API Guide

LocalizedStringDictionary.ContainsKey Method

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
public bool ContainsKey(
	string key
)

Parameters

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

Return Value

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

Implements

IDictionary<TKey, TValue>.ContainsKey(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
See Also