TransifexRunnerSettings.

GetValue<TValue>(string) Method

Summary

Gets the stored value with the specified key.
Assembly
Cake.Transifex.dll
Namespace
Cake.Transifex
Containing Type
TransifexRunnerSettings

Syntax

protected TValue GetValue<TValue>(string key)

Type Parameters

Name Description
TValue The type of the value to get.

Parameters

Name Type Description
key string The key/id of the value.

Return Value

Type Description
TValue The stored value, or the default value of the TValue.