Dynamicweb 9
Dynamicweb 9
Dynamicweb.Core
TwoDimensionalDictionary(TLevel0, TLevel1, TKey, TValue) Class
TwoDimensionalDictionary(TLevel0, TLevel1, TKey, TValue) Methods
IEnumerable.GetEnumerator Method
Add Method
Clear Method
Contains Method
ContainsKey Method
CopyTo Method
GetEnumerator Method
GetKeys Method
GetValue Method
GetValues Method
Remove Method
SetValue Method
SetValues Method
TryGetValue Method
TwoDimensionalDictionary
TLevel0
,
TLevel1
,
TKey
,
TValue
ContainsKey Method
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
C#
VB
Copy
public
bool
ContainsKey
( TKey
key
)
Public
Function
ContainsKey
(
key
As
TKey )
As
Boolean
Parameters
key
Type:
TKey
Return Value
Type:
Boolean
Implements
IDictionary
TKey, TValue
ContainsKey(TKey)
See Also
Reference
TwoDimensionalDictionary
TLevel0, TLevel1, TKey, TValue
Class
Dynamicweb.Core Namespace