AsciiDoctorJRunnerSettingsExtensions.

WithAttributes(AsciiDoctorJRunnerSettings, IEnumerable<KeyValuePair<string, string>>) Method

Summary

Add one attribute to Attributes.

Syntax

public static AsciiDoctorJRunnerSettings WithAttributes(this AsciiDoctorJRunnerSettings this, IEnumerable<KeyValuePair<string, string>> attrs)

Parameters

Name Type Description
this AsciiDoctorJRunnerSettings The AsciiDoctorJRunnerSettings that extended by this.
attrs IEnumerable<KeyValuePair<string, string>> The list of key-value-pairs to set.

Return Value

Type Description
AsciiDoctorJRunnerSettings The reference to the AsciiDoctorJRunnerSettings.