Property | Type | Description | |
---|---|---|---|
ID |
Method | Description | |
---|---|---|
Asn1SetOf ( ) : System |
Constructs an Asn1SetOf object with no actual Asn1Objects in it. Assumes a default size of 5 elements.
|
|
Asn1SetOf ( |
A copy constructor that creates an Asn1SetOf from an instance of Asn1Set. Since SET and SET_OF have the same identifier, the decoder will always return a SET object when it detects that identifier. In order to take advantage of the Asn1SetOf type, we need to be able to construct this object when knowingly receiving an Asn1Set.
|
|
Asn1SetOf ( int size ) : System |
Constructs an Asn1SetOf object with the specified number of placeholders for Asn1Objects. However there are no actual Asn1Objects in this SequenceOf object.
|
Method | Description | |
---|---|---|
ToString ( ) : System.String |
public Asn1SetOf ( |
||
set_Renamed | ||
return | System |
public Asn1SetOf ( int size ) : System | ||
size | int | Specifies the initial size of the collection. /// |
return | System |