ProjectData.

Get<T>(string) Method

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