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

Inheritance: Asn1Structured
Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Méthodes publiques

Свойство Type Description
ID Asn1Identifier

Méthodes publiques

Méthode 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

Méthode Description
Asn1Set ( Asn1Decoder dec, System in_Renamed, int len ) : System
ToString ( ) : System.String

Method Details

Asn1Set() public méthode

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

Asn1Set() public méthode

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. ///
Résultat System

Property Details

ID public_oe static_oe 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
Résultat Asn1Identifier