C# Class ExtensionLoader.Util.OrderedListEnumerator

Inheritance: IDictionaryEnumerator
Afficher le fichier Open project: 3di/3di-viewer-rei-libs

Private Properties

Свойство Type Description
OrderedListEnumerator System

Méthodes publiques

Méthode Description
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Méthode Description
OrderedListEnumerator ( ArrayList arrayList ) : System

Instantiates an ordered list enumerator with an ArrayList.

Method Details

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void