AsciidoctorAttributeCollection.

Add(string, string) Method

Summary

Adds the specified attribute with the specified value.

Syntax

public void Add(string name, string value)

Parameters

Name Type Description
name string The attribute name.
value string The attribute value.

Return Value

Type Description
void