Project(string,string?)
Constructor in Project
Summary
Initializes a new instance of the Project class.
public Project(string path, string? workspaceRootPath = null)
Parameters
The value to use for the new instance's property.
The path to the root of the current workspace, or null
.