AsciidoctorAttributeCollection.

Add(string) Method

Summary

Adds the specified attribute with an empty value. This method is equivalent to Define(string).

Syntax

public void Add(string name)

Parameters

Name Type Description
name string The attribute name.

Return Value

Type Description
void