C# Class WpfHint2.Parsing.ParseToken

Datei anzeigen Open project: JetBrains/Nitra Class Usage Examples

Protected Properties

Property Type Description
_rangeList RangeList

Public Methods

Method Description
Contains ( int index ) : bool
ToString ( ) : string

Protected Methods

Method Description
ParseToken ( RangeList rangeList ) : System.Collections.Generic

Method Details

Contains() public method

public Contains ( int index ) : bool
index int
return bool

ParseToken() protected method

protected ParseToken ( RangeList rangeList ) : System.Collections.Generic
rangeList RangeList
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

Property Details

_rangeList protected_oe property

protected RangeList,WpfHint2.Parsing _rangeList
return RangeList