C# Class Irony.Compiler.SourceSpan

Afficher le fichier Open project: Zepheus/Fiesta_Utils Class Usage Examples

Méthodes publiques

Свойство Type Description
Length int
Start SourceLocation

Méthodes publiques

Méthode Description
SourceSpan ( SourceLocation start, int length ) : System

Method Details

SourceSpan() public méthode

public SourceSpan ( SourceLocation start, int length ) : System
start SourceLocation
length int
Résultat System

Property Details

Length public_oe property

public int Length
Résultat int

Start public_oe property

public SourceLocation,Irony.Compiler Start
Résultat SourceLocation