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

Inheritance: System.Collections.IEnumerator
Mostrar archivo Open project: EventStore/csharp-ldap

Public Methods

Method Description
ArrayEnumeration ( System eArray ) : System

Constructor to create the Enumeration

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

Method Details

ArrayEnumeration() public method

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

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

hasMoreElements() public method

public hasMoreElements ( ) : bool
return bool

nextElement() public method

public nextElement ( ) : Object
return System.Object