This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Transifex.
Summary
Gets the stored value with the specified key.
- Assembly
- Cake
.Transifex .dll - Namespace
- Cake
.Transifex - Containing Type
- Transifex
Runner Settings
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. |