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