Summary
Add one attribute to
Attributes
.
- Namespace
- Cake
.AsciiDoctorJ - Containing Type
- Ascii
Doctor J Runner Settings Extensions
Syntax
public static AsciiDoctorJRunnerSettings WithAttributes(this AsciiDoctorJRunnerSettings this, IEnumerable<KeyValuePair<string, string>> attrs)
Parameters
Name | Type | Description |
---|---|---|
this | Ascii |
The AsciiDoctorJRunnerSettings that extended by this. |
attrs | IEnumerable |
The list of key-value-pairs to set. |
Return Value
Type | Description |
---|---|
Ascii |
The reference to the AsciiDoctorJRunnerSettings . |