SwitchUpdateOptionsBuilder.

WithUpdateOptions<T>(T, Action<SwitchUpdateOptions>) Method

Summary

fluent setter for ISupportSwitchUpdateOptions.

Syntax

public static T WithUpdateOptions<T>(this T this, Action<SwitchUpdateOptions> action) 
    where T : ISupportSwitchBuilder<ISupportSwitchUpdateOptions>

Attributes

Type Description
NullableContextAttribute

Type Parameters

Name Description
T the builder to support the ISupportSwitchUpdateOptions.

Parameters

Name Type Description
this T The builder-instance.
action Action<SwitchUpdateOptions> Actions to perform on the SwitchUpdateOptions.

Return Value

Type Description
T The builder-instance for fluent re-use.