Summary
Initializes a new instance of the
SolutionProject class.
- Namespace
- Cake
.Common .Solution - Containing Type
- SolutionProject
Syntax
public SolutionProject(string id, string name, FilePath path, string type)
Parameters
| Name | Type | Description |
|---|---|---|
| id | string | The project identity. |
| name | string | The project name. |
| path | FilePath | The project path. |
| type | string | The project type identity. |
Return Value
| Type | Description |
|---|---|
| void |
