SwitchOutputDirectoryBuilder.

WithOutputDirectory<T>(T, DirectoryPath) Method

Summary

fluent setter for ISupportSwitchOutputDirectory.

Syntax

public static T WithOutputDirectory<T>(this T this, DirectoryPath directory) 
    where T : ISupportSwitchBuilder<ISupportSwitchOutputDirectory>

Attributes

Type Description
NullableContextAttribute

Type Parameters

Name Description
T the builder to support the ISupportSwitchOutputDirectory.

Parameters

Name Type Description
this T The builder-instance.
directory DirectoryPath The directory to output to.

Return Value

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