.net Access Provider
.net Access Provider
.net Access Provider
Ifs.Fnd.Core
OrderedDictionary(TKey, TValue) Class
OrderedDictionary(TKey, TValue) Methods
Add Method
Clear Method
ContainsKey Method
IndexOfKey Method
Insert Method
Remove Method
RemoveAt Method
TryGetValue Method
OrderedDictionary
<
TKey
,
TValue
>
.
ContainsKey Method
Determines whether the
OrderedDictionary<TKey,TValue>
collection contains a specific key.
Namespace:
Ifs.Fnd.Core
Assembly:
Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.9.0 (9.0.47.9999)
Syntax
C#
Copy
public
bool
ContainsKey
( TKey
key
)
Parameters
key
Type:
TKey
The key to locate in the
OrderedDictionary<TKey,TValue>
collection.
Return Value
Type:
Boolean
true
if the
OrderedDictionary<TKey,TValue>
collection contains an element with the specified key; otherwise,
false
.
Implements
IDictionary
<
TKey, TValue
>
.
ContainsKey(TKey)
Exceptions
Exception
Condition
ArgumentNullException
key
is
See Also
Reference
OrderedDictionary
<
TKey, TValue
>
Class
Ifs.Fnd.Core Namespace