IWithOptions<ReturnT> インターフェイス

定義

オプションを設定できるリソース定義のステージ。

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

型パラメーター

ReturnT

定義の次のステージ。

派生

メソッド

WithOption(String, String)

オプションを指定します。

WithOptionsAppend(IDictionary<String,String>)

現在のオプションにすべてのオプションを追加します。

適用対象