C# 클래스 Dev2.Data.Operations.Dev2IndexFinder

상속: IDev2IndexFinder
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

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

메소드 상세

FindIndex() 공개 메소드

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

FindIndex() 공개 메소드

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