IWithFrontend<ReturnT> Interface

Definition

The stage of an update allowing to specify a frontend.

public interface IWithFrontend<ReturnT>
type IWithFrontend<'ReturnT> = interface
Public Interface IWithFrontend(Of ReturnT)

Type Parameters

ReturnT

The next stage of the update.

Derived

Methods

FromFrontend(String)

Specifies the frontend.

Applies to