Project(string,string?)

Constructor in Project

Summary

Initializes a new instance of the Project class.

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

Parameters

Name
Description

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?