MetadataItems.

Insert(int, KeyValuePair<string, Object>) Method

Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Meta
Containing Type
MetadataItems

Syntax

public void Insert(int index, KeyValuePair<string, Object> item)

Parameters

Name Type Description
index int
item KeyValuePair<string, Object>

Return Value

Type Description
void
GitHub