sectionTags abstract method

List<T> sectionTags(
  1. S section
)

Get all tags for a specified section in section position order.

Implementation

List<T> sectionTags(S section);