MultiDictionaryTKey, TValueContainsKey Method |
Checks to see if the key is present in the dictionary and has
at least one value associated with it.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override sealed bool ContainsKey(
TKey key
)
public:
virtual bool ContainsKey(
TKey key
) override sealed
Parameters
- key
- Type: TKey
The key to check.
Return Value
Type:
BooleanTrue if
key is present and has at least
one value associated with it. Returns false otherwise.
Implements
IDictionaryTKey, TValueContainsKey(TKey)
See Also