TestDocument.

TryGetValue<T>(string, T) Method

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

Syntax

public bool TryGetValue<T>(string key, out T value)

Type Parameters

Name Description
T

Parameters

Name Type Description
key string
value T

Return Value

Type Description
bool
GitHub