SwitchWorkingDirectoryBuilder.

WithWorkingDirectory<T>(T, DirectoryPath) Method

Summary

fluent setter for ISupportSwitchWorkingDirectory.

Syntax

public static T WithWorkingDirectory<T>(this T this, DirectoryPath path) 
    where T : ISupportSwitchBuilder<ISupportSwitchWorkingDirectory>

Attributes

Type Description
NullableContextAttribute

Type Parameters

Name Description
T the builder to support the ISupportSwitchWorkingDirectory.

Parameters

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

Return Value

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