elements property

List<ASN1Object>? elements
getter/setter pair

A list of elements. Only set if this ASN1PrintableString is constructed, otherwhise null.

Implementation

List<ASN1Object>? elements;