TestDocument.

Get<T>(string, T) Method

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

Syntax

public T Get<T>(string key, T defaultValue)

Type Parameters

Name Description
T

Parameters

Name Type Description
key string
defaultValue T

Return Value

Type Description
T
GitHub