Summary
Whether or not the metadata contains the specified key.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .Configuration - Containing Type
- TestSettings
Syntax
public bool ContainsKey(string key)
Parameters
Name | Type | Description |
---|---|---|
key | string | The key. |
Return Value
Type | Description |
---|---|
bool | true if the key is contained in metadata, false otherwise. |