Share via


DockerfileStatement Class

Definition

Represents a statement that can be written to a Dockerfile.

public abstract class DockerfileStatement
type DockerfileStatement = class
Public MustInherit Class DockerfileStatement
Inheritance
DockerfileStatement
Derived

Constructors

DockerfileStatement()

Methods

WriteStatementAsync(StreamWriter, CancellationToken)

Writes the statement to the specified writer.

Applies to