C# Class Mono.CompilerServices.SymbolWriter.LineNumberEntry

Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
File int
IsHidden bool
Null LineNumberEntry
Offset int
OffsetComparer IComparer
Row int
RowComparer IComparer
SourceRange SourceRangeEntry

Public Methods

Method Description
LineNumberEntry ( int file, int row, int offset ) : System
LineNumberEntry ( int file, int row, int offset, bool is_hidden ) : System
LineNumberEntry ( int file, int row, int offset, bool is_hidden, SourceRangeEntry source_range ) : System
LineNumberEntry ( int file, int offset, int start_row, int end_row, int start_col, int end_col ) : System
ToString ( ) : string

Method Details

LineNumberEntry() public method

public LineNumberEntry ( int file, int row, int offset ) : System
file int
row int
offset int
return System

LineNumberEntry() public method

public LineNumberEntry ( int file, int row, int offset, bool is_hidden ) : System
file int
row int
offset int
is_hidden bool
return System

LineNumberEntry() public method

public LineNumberEntry ( int file, int row, int offset, bool is_hidden, SourceRangeEntry source_range ) : System
file int
row int
offset int
is_hidden bool
source_range SourceRangeEntry
return System

LineNumberEntry() public method

public LineNumberEntry ( int file, int offset, int start_row, int end_row, int start_col, int end_col ) : System
file int
offset int
start_row int
end_row int
start_col int
end_col int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

File public property

public int File
return int

IsHidden public property

public bool IsHidden
return bool

Null public static property

public static LineNumberEntry,Mono.CompilerServices.SymbolWriter Null
return LineNumberEntry

Offset public property

public int Offset
return int

OffsetComparer public static property

public static IComparer OffsetComparer
return IComparer

Row public property

public int Row
return int

RowComparer public static property

public static IComparer RowComparer
return IComparer

SourceRange public property

public SourceRangeEntry,Mono.CompilerServices.SymbolWriter SourceRange
return SourceRangeEntry