C# 클래스 Boo.BooLangService.StringParsing.ExcludeStringMatcher

What does this name even mean?! I walk a string, looking for a match to what you asked for that ISN'T inside a string declaration. e.g. Find the next closing parenthesis, starting from the first opening paren. MyFun(x, "some string ()"); This would find the last paren, NOT the one inside the string.
파일 보기 프로젝트 열기: jagregory/boolangstudio 1 사용 예제들

공개 메소드들

메소드 설명
ExcludeStringMatcher ( string source )
FindNextIndex ( char value ) : int?
SetStartIndex ( int index ) : void

메소드 상세

ExcludeStringMatcher() 공개 메소드

public ExcludeStringMatcher ( string source )
source string

FindNextIndex() 공개 메소드

public FindNextIndex ( char value ) : int?
value char
리턴 int?

SetStartIndex() 공개 메소드

public SetStartIndex ( int index ) : void
index int
리턴 void