Summary
Creates a new metadata item with the specified key and value.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Meta - Containing Type
- MetadataItem
Syntax
public MetadataItem(string key, Object value)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The key. |
| value | Object | The value. |
Return Value
| Type | Description |
|---|---|
| void |
