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

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

공개 메소드들

메소드 설명
Asn1Sequence ( ) : System

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

Asn1Sequence ( Asn1Object newContent, int size ) : System

Constructs an Asn1Sequence object with an array representing an Asn1 sequence.

Asn1Sequence ( int size ) : System

Constructs an Asn1Sequence object with the specified number of placeholders for Asn1Objects. It should be noted there are no actual Asn1Objects in this SequenceOf object.

비공개 메소드들

메소드 설명
Asn1Sequence ( Asn1Decoder dec, System in_Renamed, int len ) : System
ToString ( ) : System.String

메소드 상세

Asn1Sequence() 공개 메소드

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

Asn1Sequence() 공개 메소드

Constructs an Asn1Sequence object with an array representing an Asn1 sequence.
public Asn1Sequence ( Asn1Object newContent, int size ) : System
newContent Asn1Object the array containing the Asn1 data for the sequence /// ///
size int Specifies the number of items in the array ///
리턴 System

Asn1Sequence() 공개 메소드

Constructs an Asn1Sequence object with the specified number of placeholders for Asn1Objects. It should be noted there are no actual Asn1Objects in this SequenceOf object.
public Asn1Sequence ( int size ) : System
size int Specifies the initial size of the collection. ///
리턴 System