AsciidoctorAttributeCollection.

GetEnumerator() Method

Summary

Returns an enumerator that iterates through the collection.

Syntax

public IEnumerator<AsciidoctorAttribute> GetEnumerator()

Return Value

Type Description
IEnumerator<AsciidoctorAttribute> An enumerator that can be used to iterate through the collection.