ProjectData.

ProjectData(ICakeContext, Dictionary<string, ArgumentValue>) Constructor

Summary

The Project Data Constructor
Assembly
Cake.igloo15.Helper.dll
Namespace
Cake.igloo15.Helper
Containing Type
ProjectData

Syntax

public ProjectData(ICakeContext context, Dictionary<string, ArgumentValue> arguments = null)

Parameters

Name Type Description
context ICakeContext The cake context
arguments Dictionary<string, ArgumentValue> The optional argument properties

Return Value

Type Description
void