summaryM:DotNetNuke.Collections.Internal.SharedDictionary`2.ContainsKey(`0)

Namespace: DotNetNuke.Collections.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool ContainsKey(
	TKey key
)
Visual Basic
Public Function ContainsKey ( 
	key As TKey
) As Boolean

Parameters

key
Type: TKey
paramkeyM:DotNetNuke.Collections.Internal.SharedDictionary`2.ContainsKey(`0)

Return Value

returnsM:DotNetNuke.Collections.Internal.SharedDictionary`2.ContainsKey(`0)

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..ContainsKey(TKey)

See Also