C# 클래스 Novell.Directory.Ldap.Utilclass.ArrayEnumeration

상속: System.Collections.IEnumerator
파일 보기 프로젝트 열기: EventStore/csharp-ldap

공개 메소드들

메소드 설명
ArrayEnumeration ( System eArray ) : System

Constructor to create the Enumeration

MoveNext ( ) : bool
Reset ( ) : void
hasMoreElements ( ) : bool
nextElement ( ) : Object

메소드 상세

ArrayEnumeration() 공개 메소드

Constructor to create the Enumeration
public ArrayEnumeration ( System eArray ) : System
eArray System the array to use for the Enumeration ///
리턴 System

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

hasMoreElements() 공개 메소드

public hasMoreElements ( ) : bool
리턴 bool

nextElement() 공개 메소드

public nextElement ( ) : Object
리턴 System.Object