Click or drag to resize

DataDictionaryContains Method

Determines whether the IDictionary object contains an element with the specified key.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract bool Contains(
	Object key
)

Parameters

key
Type: SystemObject
The key to locate in the IDictionary object.

Return Value

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

Implements

IDictionaryContains(Object)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
See Also