C# Class Dev2.Intellisense.Provider.ProviderExtensions

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
AllIndexesOf ( this inputString, string searchString ) : IEnumerable
FindTextToSearch ( this context ) : string
RegionInPostion ( this inputText, int position ) : Region

Method Details

AllIndexesOf() public static méthode

public static AllIndexesOf ( this inputString, string searchString ) : IEnumerable
inputString this
searchString string
Résultat IEnumerable

FindTextToSearch() public static méthode

public static FindTextToSearch ( this context ) : string
context this
Résultat string

RegionInPostion() public static méthode

public static RegionInPostion ( this inputText, int position ) : Region
inputText this
position int
Résultat Region