Summary
Whether or not the metadata contains the specified key.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Meta - Containing Type
- ConvertingDictionary
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. |