SwitchDisableParsingOfArchiveNameBuilder.

WithDisableParsingOfArchiveName<T>(T) Method

Summary

Syntax

public static T WithDisableParsingOfArchiveName<T>(this T this) 
    where T : ISupportSwitchBuilder<ISupportSwitchDisableParsingOfArchiveName>

Attributes

Type Description
NullableContextAttribute

Type Parameters

Name Description
T the builder to support the ISupportSwitchDisableParsingOfArchiveName.

Parameters

Name Type Description
this T The builder-instance.

Return Value

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