IWithProtocol<ReturnT,ProtocolT> インターフェイス

定義

プロトコルを指定できる定義のステージ。

public interface IWithProtocol<ReturnT,ProtocolT>
type IWithProtocol<'ReturnT, 'ProtocolT> = interface
Public Interface IWithProtocol(Of ReturnT, ProtocolT)

型パラメーター

ReturnT

定義の次のステージ。

ProtocolT

プロトコル値の型。

派生

メソッド

WithProtocol(ProtocolT)

トランスポート プロトコルを指定します。

適用対象