C# Class System.Collections.Stack.Enumerator

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

Méthodes publiques

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

Private Methods

Méthode Description
Enumerator ( Stack s ) : 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