MetadataItem(KeyValuePair<string, object>) Constructor
Creates a new metadata item with a specified key-value pair.
Namespace
Statiq.Common
Containing Type
MetadataItem

Syntax

public MetadataItem(in KeyValuePair<string, object> pair)

Parameters

Name Type Description
pair KeyValuePair<string, object> The key-value pair.