ProjectData.

GetArg<T>(string) Method

Summary

Gets an argument defined via the constructor
Assembly
Cake.igloo15.Helper.dll
Namespace
Cake.igloo15.Helper
Containing Type
ProjectData

Syntax

public T GetArg<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 argument value as type T