C# Class WikiFunctions.Diff.Enumerator

Inheritance: IEnumerator
Datei anzeigen Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
Enumerator ( Diff diff ) : System
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Method Description
_ChkPos ( ) : void
gethunk ( ) : Hunk
next ( ) : bool
reset ( int pos ) : void
same ( ) : bool

Method Details

Enumerator() public method

public Enumerator ( Diff diff ) : System
diff Diff
return System

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void