AbstractSyntaxNotation1Element.set

Encodes an array of elements.

  1. Element[] set [@property getter]
  2. Element[] set [@property setter]
    class AbstractSyntaxNotation1Element(Element)
    abstract @property
    void
    set
    (
    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.