DockerfileStage Properties
Class Properties 2 members
Represents a stage within a multi-stage Dockerfile.
Gets the name of the stage.
public string? StageName { get; } Gets the statements for this stage.
public IList<DockerfileStatement> Statements { get; }