IMetadataDictionary.

TryGetValue(string, Object) Method

Summary

Attempts to get a value from metadata.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Meta
Containing Type
IMetadataDictionary

Syntax

bool TryGetValue(string key, out Object value)

Parameters

Name Type Description
key string The metadata key.
value Object The metadata value.

Return Value

Type Description
bool true if the key is contained in metadata, false otherwise.
GitHub