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