CustomDocument.

TryGetValue(string, Object) Method

Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Documents
Containing Type
CustomDocument

Syntax

public bool TryGetValue(string key, out Object value)

Parameters

Name Type Description
key string
value Object

Return Value

Type Description
bool
GitHub