Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Properties | List of all members
Loyc.Syntax.IIndexRange Interface Reference

Represents a pair of integers that represents a range of indices: either start & end or start & length. Invariant: Length == EndIndex-StartIndex. More...


Source file:
Inheritance diagram for Loyc.Syntax.IIndexRange:
Loyc.Syntax.IndexRange Loyc.Syntax.ISourceRange Loyc.Syntax.Lexing.IToken< TT > Loyc.Syntax.SourceRange Loyc.Syntax.Lexing.Token

Remarks

Represents a pair of integers that represents a range of indices: either start & end or start & length. Invariant: Length == EndIndex-StartIndex.

Properties

int StartIndex [get]
 
int EndIndex [get]
 
int Length [get]