Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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.IIndexRange Loyc.Syntax.SourceRange

Remarks

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

Properties

ISourceFile Source [get]
 
- Properties inherited from Loyc.Syntax.IIndexRange
int StartIndex [get]
 
int EndIndex [get]
 
int Length [get]