MiniCoverSettingsExtensions.

WithHitsFile(MiniCoverSettings, string) Method

Summary

Use the provided name for the hits file

Syntax

public static MiniCoverSettings WithHitsFile(this MiniCoverSettings settings, string hitsFile)

Parameters

Name Type Description
settings MiniCoverSettings The settings.
hitsFile string The name of the hits file

Return Value

Type Description
MiniCoverSettings The MiniCoverSettings instance so that multiple calls can be chained