OrderedDictionaryTKey, TValueViewContainsKey Method |
Tests if the key is present in the part of the dictionary being viewed.
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
Key to check for.
Return Value
Type:
BooleanTrue if the key is within this view.
Implements
IDictionaryTKey, TValueContainsKey(TKey)
See Also