Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Lex
Lexer
C# Class Lex.Lexer
Exibir arquivo
Open project: YourLocalFax/OLD-Score
Class Usage Examples
Public Methods
Method
Description
GetTokens
(
DetailLogger
log
,
string
fileName
,
Encoding
encoding
= null ) :
TokenList
Returns a list of all tokens in the given file.
Method Details
GetTokens()
public
method
Returns a list of all tokens in the given file.
public
GetTokens
(
DetailLogger
log
,
string
fileName
,
Encoding
encoding
= null ) :
TokenList
log
Log.DetailLogger
fileName
string
encoding
System.Text.Encoding
return
TokenList