Click or drag to resize
ProviderDictionaryTKey, TValueContains Method (TKey, TValue)

Note: This API is now obsolete.

Gets the value associated with the specified key.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use TryGetValue(TKey, out TValue) instead.")]
public virtual bool Contains(
	TKey key,
	out TValue value
)

Parameters

key
Type: TKey
Key to check
value
Type: TValue
Returns the object value if the object is present

Return Value

Type: Boolean

Implements

IProviderDictionaryTKey, TValueContains(TKey, TValue)
See Also