C# 클래스 Novell.Directory.Ldap.Asn1.Asn1SetOf

상속: Asn1Structured
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID Asn1Identifier

공개 메소드들

메소드 설명
Asn1SetOf ( ) : System

Constructs an Asn1SetOf object with no actual Asn1Objects in it. Assumes a default size of 5 elements.

Asn1SetOf ( Asn1Set set_Renamed ) : System

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.

비공개 메소드들

메소드 설명
ToString ( ) : System.String

메소드 상세

Asn1SetOf() 공개 메소드

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

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.
public Asn1SetOf ( Asn1Set set_Renamed ) : System
set_Renamed Asn1Set
리턴 System

Asn1SetOf() 공개 메소드

Constructs an Asn1SetOf object with the specified number of placeholders for Asn1Objects. However there are no actual Asn1Objects in this SequenceOf object.
public Asn1SetOf ( 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