C# 클래스 LoginServer.ServerEnumerator

Exposes the server list details from the XML File.
상속: IEnumerator
파일 보기 프로젝트 열기: polserver/poltools

공개 메소드들

메소드 설명
MoveNext ( ) : bool

Called just prior to Current being invoked. If true is returned then the foreach loop will try to get another value from Current. If false is returned then the foreach loop terminates.

Reset ( ) : void

Called when the enumerator needs to be reinitialized.

비공개 메소드들

메소드 설명
FindNextTextElement ( ) : bool

Advances the XmlTextReader to the next Text element in the XML stream. Returns true if there is more data to be read from the stream, else false.

메소드 상세

MoveNext() 공개 메소드

Called just prior to Current being invoked. If true is returned then the foreach loop will try to get another value from Current. If false is returned then the foreach loop terminates.
public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

Called when the enumerator needs to be reinitialized.
public Reset ( ) : void
리턴 void