TestDocument.

TryGetValue(string, Object) Method

Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Documents
Containing Type
TestDocument

Syntax

public bool TryGetValue(string key, out Object value)

Parameters

Name Type Description
key string
value Object

Return Value

Type Description
bool
GitHub