C# Class Novell.Directory.Ldap.Utilclass.ArrayEnumeration

Inheritance: System.Collections.IEnumerator
Afficher le fichier Open project: EventStore/csharp-ldap

Méthodes publiques

Méthode Description
ArrayEnumeration ( System eArray ) : System

Constructor to create the Enumeration

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

Method Details

ArrayEnumeration() public méthode

Constructor to create the Enumeration
public ArrayEnumeration ( System eArray ) : System
eArray System the array to use for the Enumeration ///
Résultat System

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

hasMoreElements() public méthode

public hasMoreElements ( ) : bool
Résultat bool

nextElement() public méthode

public nextElement ( ) : Object
Résultat System.Object