C# Class System.Collections.ArrayList.SimpleEnumerator

Inheritance: IEnumerator, ICloneable
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
Clone ( ) : object
MoveNext ( ) : bool
Reset ( ) : void
SimpleEnumerator ( ArrayList list ) : System.Runtime.InteropServices

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

SimpleEnumerator() public méthode

public SimpleEnumerator ( ArrayList list ) : System.Runtime.InteropServices
list ArrayList
Résultat System.Runtime.InteropServices