C# Class WpfHint2.Parsing.RangeList

Exibir arquivo Open project: JetBrains/Nitra Class Usage Examples

Public Methods

Method Description
AddRange ( int index, int len ) : Range
GetText ( int index, int count ) : string
RangeList ( string root ) : System.Collections.Generic
RemoveRange ( Range r ) : bool
SplitRange ( Range r, int index ) : Range

Method Details

AddRange() public method

public AddRange ( int index, int len ) : Range
index int
len int
return Range

GetText() public method

public GetText ( int index, int count ) : string
index int
count int
return string

RangeList() public method

public RangeList ( string root ) : System.Collections.Generic
root string
return System.Collections.Generic

RemoveRange() public method

public RemoveRange ( Range r ) : bool
r Range
return bool

SplitRange() public method

public SplitRange ( Range r, int index ) : Range
r Range
index int
return Range