Enhanced C#
Language of your choice: library documentation
Properties | List of all members
Loyc.Syntax.ISourceRange Interface Reference

Represents a (contiguous) region of text in a source file. More...


Source file:
Inheritance diagram for Loyc.Syntax.ISourceRange:
Loyc.Syntax.SourceRange

Remarks

Represents a (contiguous) region of text in a source file.

Properties

ISourceFile Source [get]
 
int StartIndex [get]
 
int EndIndex [get]
 
int Length [get]