Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
AsmHighlighter
Lexer
Scanner.StringBuff
C# Class AsmHighlighter.Lexer.Scanner.StringBuff
Inheritance:
ScanBuff
Datei anzeigen
Open project: Trass3r/AsmHighlighter
Public Methods
Method
Description
GetString
(
int
beg
,
int
end
) :
string
Peek
( ) :
int
Read
( ) :
int
StringBuff
(
string
str
) :
System
Method Details
GetString()
public
method
public
GetString
(
int
beg
,
int
end
) :
string
beg
int
end
int
return
string
Peek()
public
method
public
Peek
( ) :
int
return
int
Read()
public
method
public
Read
( ) :
int
return
int
StringBuff()
public
method
public
StringBuff
(
string
str
) :
System
str
string
return
System