Метод | Описание | |
---|---|---|
DelimitedLineTokenizer ( ) : System.Collections.Generic |
Default constructor.
|
Метод | Описание | |
---|---|---|
DoTokenize ( string line ) : IList |
Method that does the actual tokenizing.
|
Метод | Описание | |
---|---|---|
IsDelimiter ( char chars, int i, int endIndexLastDelimiter ) : bool |
Checks if the delimiter string has been encountered.
|
|
RetrieveToken ( char chars, int start, int end ) : string |
Retrieves a token from a character array.
|
|
SearchQuote ( IReadOnlyList |
Search quote in given range.
|
public DelimitedLineTokenizer ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
protected DoTokenize ( string line ) : IList |
||
line | string | the line to tokenize |
Результат | IList |