Skip to content

IHasSolution Interface

Definition

A build which has a solution.

C#
public interface IHasSolution

Properties

Solution

Gets the solution to build.

C#
Solution? Solution { get; }