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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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