MetalamaAPI documentationIntrospection APIMetalama.​Framework.​WorkspacesWorkspaceProjects
Open sandboxFocus

Workspace.Projects Property

Projects

Gets the projects in the current Metalama.Framework.Workspaces.ProjectSet.

Declaration
public ImmutableArray<Project> Projects { get; }
Property Value
Type Description
System.Collections.Immutable.ImmutableArray<Project>
Implements
IProjectSet.Projects