Constructor in Project
Initializes a new instance of the Project class.
public Project(string path, string? workspaceRootPath = null)
string path
string
The value to use for the new instance's Path property.
string workspaceRootPath
The path to the root of the current workspace, or null .
null
Last updated 10 months ago
Was this helpful?