API pour EBP Gestion Commerciale Open Line
API pour EBP Gestion Commerciale Open Line
Référence de classes
Namespaces
EBP.Framework.Common Namespaces
EBP.Framework.Common.Interfaces Namespaces
EBP.Framework.Common.Interfaces.Shared
ISharedDictionary(TKey, TValue) Interface
ISharedDictionary(TKey, TValue) Methods
Add Method
Clear Method
ContainsKey Method
Remove Method
TryGetValue Method
ISharedDictionary
TKey
,
TValue
ContainsKey Method
Determines whether the
IDictionary
TKey, TValue
contains an element with the specified key.
Namespace:
EBP.Framework.Common.Interfaces.Shared
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
VB
Copy
bool
ContainsKey
( TKey
key
)
Function
ContainsKey
(
key
As
TKey )
As
Boolean
Parameters
key
Type:
TKey
The key to locate in the
IDictionary
TKey, TValue
.
Return Value
Type:
Boolean
true if the
IDictionary
TKey, TValue
contains an element with the key; otherwise, false.
Exceptions
Exception
Condition
ArgumentNullException
key is null.
See Also
Reference
ISharedDictionary
TKey, TValue
Interface
EBP.Framework.Common.Interfaces.Shared Namespace
Copyright @ EBP
Send comments on this topic to
support.api@ebp.com