C# 클래스 QuickFont.TextNodeList.TextNodeListEnumerator

상속: IEnumerator
파일 보기 프로젝트 열기: swax/QuickFont

공개 메소드들

메소드 설명
Dispose ( ) : void
MoveNext ( ) : bool
Reset ( ) : void
TextNodeListEnumerator ( TextNodeList targetList ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

TextNodeListEnumerator() 공개 메소드

public TextNodeListEnumerator ( TextNodeList targetList ) : System
targetList TextNodeList
리턴 System