1 2.. _univ.SequenceOf: 3 4.. |ASN.1| replace:: SequenceOf 5 6|ASN.1| type 7------------ 8 9.. autoclass:: pyasn1.type.univ.SequenceOf(componentType=None, tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), sizeSpec=ConstraintsIntersection()) 10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, subtypeSpec, sizeSpec, 11 getComponentByPosition, setComponentByPosition 12 13 .. note:: 14 15 The |ASN.1| type models a collection of elements of a single ASN.1 type. 16 Ordering of the components **is** preserved upon de/serialisation. 17 18 .. automethod:: pyasn1.type.univ.SequenceOf.clone(componentType=None, tagSet=TagSet(), subtypeSpec=ConstraintsIntersection()) 19 .. automethod:: pyasn1.type.univ.SequenceOf.subtype(componentType=None, implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection()) 20