Metadata(IExecutionState, IEnumerable<KeyValuePair<string, object>>) Constructor
Creates a new set of metadata.
Namespace
Statiq.Common
Containing Type
Metadata

Syntax

public Metadata(IExecutionState executionState, IEnumerable<KeyValuePair<string, object>> items = null)

Parameters

Name Type Description
executionState IExecutionState The current execution state.
items IEnumerable<KeyValuePair<string, object>> The initial set of items. If null, no underlying dictionary will be created.