C# Class QuickFont.TextNodeList.TextNodeListEnumerator

Inheritance: IEnumerator
Datei anzeigen Open project: swax/QuickFont

Public Methods

Method Description
Dispose ( ) : void
MoveNext ( ) : bool
Reset ( ) : void
TextNodeListEnumerator ( TextNodeList targetList ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

TextNodeListEnumerator() public method

public TextNodeListEnumerator ( TextNodeList targetList ) : System
targetList TextNodeList
return System