Метод | Описание | |
---|---|---|
FindIndex ( string stringToSearchIn, enIndexFinderOccurrence occurrence, string charsToSearchFor, enIndexFinderDirection direction, bool matchCase, int startIndex ) : IEnumerable |
||
FindIndex ( string stringToSearchIn, string firstOccurrence, string charsToSearchFor, string direction, bool matchCase, string startIndex ) : IEnumerable |
Метод | Описание | |
---|---|---|
LeftToRightIndexSearch ( enIndexFinderOccurrence occurrence, int firstIndex, int lastIndex, string stringToSearchIn, string charsToSearchFor, System.StringComparison comparisonType ) : IEnumerable |
||
RightToLeftIndexSearch ( enIndexFinderOccurrence occurrence, int firstIndex, int lastIndex, string stringToSearchIn, string charsToSearchFor, System.StringComparison comparisonType ) : IEnumerable |
public FindIndex ( string stringToSearchIn, enIndexFinderOccurrence occurrence, string charsToSearchFor, enIndexFinderDirection direction, bool matchCase, int startIndex ) : IEnumerable |
||
stringToSearchIn | string | |
occurrence | enIndexFinderOccurrence | |
charsToSearchFor | string | |
direction | enIndexFinderDirection | |
matchCase | bool | |
startIndex | int | |
Результат | IEnumerable |
public FindIndex ( string stringToSearchIn, string firstOccurrence, string charsToSearchFor, string direction, bool matchCase, string startIndex ) : IEnumerable |
||
stringToSearchIn | string | |
firstOccurrence | string | |
charsToSearchFor | string | |
direction | string | |
matchCase | bool | |
startIndex | string | |
Результат | IEnumerable |