Property | Type | Description | |
---|---|---|---|
ID |
Method | Description | |
---|---|---|
Asn1Set ( ) : System |
Constructs an Asn1Set object with no actual Asn1Objects in it. Assumes a default size of 5 elements.
|
|
Asn1Set ( int size ) : System |
Constructs an Asn1Set object with the specified number of placeholders for Asn1Objects. However there are no actual Asn1Objects in this SequenceOf object.
|
Method | Description | |
---|---|---|
Asn1Set ( Asn1Decoder dec, System in_Renamed, int len ) : System | ||
ToString ( ) : System.String |
public Asn1Set ( int size ) : System | ||
size | int | Specifies the initial size of the collection. /// |
return | System |