IWithOptions<ReturnT>.WithOptionsAppend Method

Definition

Appends all options to current options.

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

Parameters

options
IDictionary<String,String>

The options needs appending.

Returns

ReturnT

The next stage of update.

Applies to