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.igloo15.Helper.
                            
	
		Summary
            Returns a value of the specified type
            
		- Assembly
 - Cake
.igloo15 .Helper .dll  - Namespace
 - Cake
.igloo15 .Helper  - Containing Type
 - ProjectData
 
Syntax
public T Get<T>(string key)
	Type Parameters
| Name | Description | 
|---|---|
| T | The type to cast value to | 
Parameters
| Name | Type | Description | 
|---|---|---|
| key | string | The key to search on | 
Return Value
| Type | Description | 
|---|---|
| T | The value as the type defined | 
