PropertyDictionary.Get Method
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Get(string)
Gets the value associated with the specified key.
public T Get<T>(string key)
Parameters
- key
- string
The key of the value to get.
Returns
Returns the value associated with the specified key or the default value for T
.