C# 클래스 Pokemon3D.Scripting.LeftToRightStringEscapeHelper

A string escaper searching an expression from left to right.
상속: StringEscapeHelper
파일 보기 프로젝트 열기: nilllzz/Pokemon3D 1 사용 예제들

보호된 메소드들

메소드 설명
CheckNext ( ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

CheckNext() 보호된 최종 메소드

protected final CheckNext ( ) : void
리턴 void