ConvertingDictionary.

Add(string, Object) Method

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

Syntax

public void Add(string key, Object value)

Parameters

Name Type Description
key string
value Object

Return Value

Type Description
void
GitHub