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
Irony
Compiler
SourceSpan
C# Class Irony.Compiler.SourceSpan
Exibir arquivo
Open project: Zepheus/Fiesta_Utils
Class Usage Examples
Public Properties
Property
Type
Description
Length
int
Start
SourceLocation
Public Methods
Method
Description
SourceSpan
(
SourceLocation
start
,
int
length
) :
System
Method Details
SourceSpan()
public
method
public
SourceSpan
(
SourceLocation
start
,
int
length
) :
System
start
SourceLocation
length
int
return
System
Property Details
Length
public_oe property
public
int
Length
return
int
Start
public_oe property
public
SourceLocation,Irony.Compiler
Start
return
SourceLocation