次の方法で共有


IWithOptions<ReturnT>.WithOptionsAppend メソッド

定義

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

public ReturnT WithOptionsAppend (System.Collections.Generic.IDictionary<string,string> options);
abstract member WithOptionsAppend : System.Collections.Generic.IDictionary<string, string> -> 'ReturnT
Public Function WithOptionsAppend (options As IDictionary(Of String, String)) As ReturnT

パラメーター

options
IDictionary<String,String>

オプションには を追加する必要があります。

戻り値

ReturnT

定義の次のステージ。

適用対象