IWithOptions<ReturnT>.WithoutOption(String) Method

Definition

Removes an option.

public ReturnT WithoutOption (string key);
abstract member WithoutOption : string -> 'ReturnT
Public Function WithoutOption (key As String) As ReturnT

Parameters

key
String

The key of the option.

Returns

ReturnT

The next stage of update.

Applies to