C# Class Novell.Directory.Ldap.Asn1.Asn1Set

Inheritance: Asn1Structured
Show file Open project: EventStore/csharp-ldap Class Usage Examples

Public Properties

Property Type Description
ID Asn1Identifier

Public Methods

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.

Private Methods

Method Description
Asn1Set ( Asn1Decoder dec, System in_Renamed, int len ) : System
ToString ( ) : System.String

Method Details

Asn1Set() public method

Constructs an Asn1Set object with no actual Asn1Objects in it. Assumes a default size of 5 elements.
public Asn1Set ( ) : System
return System

Asn1Set() public method

Constructs an Asn1Set object with the specified number of placeholders for Asn1Objects. However there are no actual Asn1Objects in this SequenceOf object.
public Asn1Set ( int size ) : System
size int Specifies the initial size of the collection. ///
return System

Property Details

ID public static property

ID is added for Optimization. ID needs only be one Value for every instance, thus we create it only once.
public static Asn1Identifier,Novell.Directory.Ldap.Asn1 ID
return Asn1Identifier