C# Класс SmtpServer.Protocol.Text.StringTokenReader

Наследование: TokenReader
Показать файл Открыть проект

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

Метод Описание
NextToken ( ) : Token

Reads the next token.

StringTokenReader ( string input ) : System

Constructor.

Приватные методы

Метод Описание
IsEof ( int index ) : bool

Returns a value indicating whether or not the given index is currently at the end of the input string.

NumberToken ( ) : Token

Returns a Number (or alpha-numeric) token from the current position.

TextToken ( ) : Token

Returns a Text token from the current position.

Описание методов

NextToken() публичный Метод

Reads the next token.
public NextToken ( ) : Token
Результат Token

StringTokenReader() публичный Метод

Constructor.
public StringTokenReader ( string input ) : System
input string The input string.
Результат System