C# Class WikiFunctions.Range.Enumer

Inheritance: IEnumerator
Datei anzeigen Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
Enumer ( Range list ) : System
MoveNext ( ) : bool
Reset ( ) : void

Method Details

Enumer() public method

public Enumer ( Range list ) : System
list Range
return System

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void