C# 클래스 Dev2.Intellisense.Provider.ProviderExtensions

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

공개 메소드들

메소드 설명
AllIndexesOf ( this inputString, string searchString ) : IEnumerable
FindTextToSearch ( this context ) : string
RegionInPostion ( this inputText, int position ) : Region

메소드 상세

AllIndexesOf() 공개 정적인 메소드

public static AllIndexesOf ( this inputString, string searchString ) : IEnumerable
inputString this
searchString string
리턴 IEnumerable

FindTextToSearch() 공개 정적인 메소드

public static FindTextToSearch ( this context ) : string
context this
리턴 string

RegionInPostion() 공개 정적인 메소드

public static RegionInPostion ( this inputText, int position ) : Region
inputText this
position int
리턴 Region