IMetadataDictionary.

this[string] Property

Summary

Gets a metadata value given the specified metadata key.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Meta
Containing Type
IMetadataDictionary

Syntax

Object this[string key] { get; set; }

Parameters

Name Type Description
key string

Value

Type Description
Object
GitHub