C# Класс Novell.Directory.Ldap.Asn1.Asn1Set

Наследование: Asn1Structured
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ID Asn1Identifier

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Asn1Set ( Asn1Decoder dec, System in_Renamed, int len ) : System
ToString ( ) : System.String

Описание методов

Asn1Set() публичный Метод

Constructs an Asn1Set object with no actual Asn1Objects in it. Assumes a default size of 5 elements.
public Asn1Set ( ) : System
Результат System

Asn1Set() публичный Метод

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. ///
Результат System

Описание свойств

ID публичное статическое свойство

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
Результат Asn1Identifier