C# Class Pokemon3D.Scripting.RightToLeftStringEscapeHelper

A string escaper searching an expression from right to left.
Inheritance: StringEscapeHelper
Mostra file Open project: nilllzz/Pokemon3D Class Usage Examples

Protected Methods

Method Description
CheckNext ( ) : void

Private Methods

Method Description
CheckStartAt ( int startIndex ) : void
RightToLeftStringEscapeHelper ( string expression, int startIndex ) : System.Linq

Creates a new instance of the RightToLeftStringEscapeHelper class, setting searching up to a specific index in the expression.

RightToLeftStringEscapeHelper ( string expression, int startIndex, bool ignoreStart ) : System.Linq

Creates a new instance of the RightToLeftStringEscapeHelper class, setting it to an index within the expression and ignoring every char before that index.

Method Details

CheckNext() protected method

protected CheckNext ( ) : void
return void