SequenceOf

Creates a new SEQUENCE OF as Asn1SequenceOf. Tags of all added elements need to be the same. Use as follows:

SequenceOf {
+PrintableString("World")
+PrintableString("!!!")
+PrintableString("Hello")
}

Throws

if children of different tags are added