C# Class Pokemon3D.Scripting.LeftToRightStringEscapeHelper

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

Méthodes protégées

Méthode Description
CheckNext ( ) : void

Private Methods

Méthode Description
CheckStartAt ( int startIndex ) : void
LeftToRightStringEscapeHelper ( string expression, int startIndex ) : System.Linq

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

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

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

Method Details

CheckNext() protected final méthode

protected final CheckNext ( ) : void
Résultat void