C# Класс Novell.Directory.Ldap.Utilclass.ArrayEnumeration

Наследование: System.Collections.IEnumerator
Показать файл Открыть проект

Открытые методы

Метод Описание
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