AbstractSyntaxNotation1Element.sequence

Encodes an array of elements.

  1. Element[] sequence [@property getter]
  2. Element[] sequence [@property setter]
    class AbstractSyntaxNotation1Element(Element)
    abstract @property
    void
    sequence
    (
    in Element[] value
    )

Meta

Credits

Thanks to StackOverflow user https://stackoverflow.com/users/359297/biotronic, BioTronic for teaching me how to create the abstract method that uses the child class as a template.