imbSCI - Coding for Science - Foundation
imbSCI - Coding for Science - Foundation
imbSCI Namespaces
imbSCI.Data Namespaces
imbSCI.Data.collection Namespaces
imbSCI.Data.collection
aceDictionaryCollection(T) Class
aceDictionaryCollection(T) Methods
Add Method
Contains Method
ContainsKey Method
CopyTo Method
GetEnumerator Method
Remove Method
TryGetValue Method
aceDictionaryCollection
T
ContainsKey Method
imbSCI
|
imbACE
|
imbNLP
|
imbWEM
|
imbWBI
Determines whether the
IDictionary
TKey, TValue
contains an element with the specified key.
Namespace:
imbSCI.Data.collection
Assembly:
imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
Copy
public
bool
ContainsKey
(
string
key
)
Request Example
View Source
Parameters
key
Type:
System
String
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.
Implements
IDictionary
TKey, TValue
ContainsKey(TKey)
Exceptions
Exception
Condition
ArgumentNullException
key
is null.
See Also
Reference
aceDictionaryCollection
T
Class
imbSCI.Data.collection Namespace
Coding For Science - imbVeles Open Source Framework - Goran Grubić : 2017-2018
Project web site
Copyright (c) 2018 - GNU General Public License v3.0
Send comments on this topic to
hardy@veles.rs