TestSettings.

TryGetValue(string, Object) Method

Summary

Attempts to get a value from metadata.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Configuration
Containing Type
TestSettings

Syntax

public 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