C# Class System.Collections.Stack.Enumerator

Inheritance: IEnumerator, ICloneable
Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Method Description
Enumerator ( Stack s ) : System.Runtime.InteropServices

Method Details

Clone() public method

public Clone ( ) : object
return object

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void