BaseMultiFormatIssueProviderSettings<TIssueProvider, TSettings>.

BaseMultiFormatIssueProviderSettings(byte[], ILogFileFormat<TIssueProvider, TSettings>) Constructor

Summary

Initializes a new instance of the BaseMultiFormatIssueProviderSettings<TIssueProvider, TSettings> class for a log file content in memory.

Syntax

protected BaseMultiFormatIssueProviderSettings(byte[] logFileContent, ILogFileFormat<TIssueProvider, TSettings> format)

Parameters

Name Type Description
logFileContent byte[] Content of the log file. The log file needs to be in the format as defined by the format parameter.
format ILogFileFormat<TIssueProvider, TSettings> Format of the provided log file.

Return Value

Type Description
void
GitHub