SwitchRecurseSubdirectoriesBuilder.

WithRecurseSubdirectories<T>(T, RecurseType) Method

Summary

Syntax

public static T WithRecurseSubdirectories<T>(this T this, RecurseType type) 
    where T : ISupportSwitchBuilder<ISupportSwitchRecurseSubdirectories>

Attributes

Type Description
NullableContextAttribute

Type Parameters

Name Description
T the builder to support the ISupportSwitchRecurseSubdirectories.

Parameters

Name Type Description
this T The builder-instance.
type RecurseType The Recurse-type.

Return Value

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