LocalizedStringDictionaryContainsKey Method

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

Parameters

key
Type: SystemString
The key to locate in the IDictionaryTKey, TValue.

Return Value

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

Implements

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