C# Class Tools.Lexer._Enumerator

Mostrar archivo Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015

Public Methods

Method Description
MoveNext ( ) : bool
Reset ( ) : void
_Enumerator ( Lexer x ) : System

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

_Enumerator() public method

public _Enumerator ( Lexer x ) : System
x Lexer
return System