CakeTask.

CakeTask(string) Constructor

Summary

Initializes a new instance of the CakeTask class.
Namespace
Cake.Core
Containing Type
CakeTask

Syntax

public CakeTask(string name)

Parameters

Name Type Description
name string The name of the task.

Return Value

Type Description
void