Project(string,string?)

Constructor in Project

Summary

Initializes a new instance of the Project class.

public Project(string path, string? workspaceRootPath = null)

Parameters

NameDescription
string pathThe value to use for the new instance’s Path property.
string workspaceRootPathThe path to the root of the current workspace, or null .