C# Класс LoginServer.ServerEnumerator

Exposes the server list details from the XML File.
Наследование: IEnumerator
Показать файл Открыть проект

Открытые методы

Метод Описание
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