Last updated 1 month ago
Was this helpful?
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 property.
string workspaceRootPath
The path to the root of the current workspace, or null .
null