Summary
Gets the value associated with the specified key converted to T.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Meta - Containing Type
- IMetadata
<T>
Syntax
T Get(string key)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The key of the value to get. |
Return Value
| Type | Description |
|---|---|
| T | The converted value for the specified key or default(T) if not found. |
