C# Class TailBlazer.Domain.Formatting.MatchedStringEx

Afficher le fichier Open project: RolandPheasant/TailBlazer

Méthodes publiques

Méthode Description
MatchString ( this source, IEnumerable itemsToMatch ) : IEnumerable
MatchString ( this source, IEnumerable itemsToMatch ) : IEnumerable
MatchString ( this source, string textToMatch ) : IEnumerable

Method Details

MatchString() public static méthode

public static MatchString ( this source, IEnumerable itemsToMatch ) : IEnumerable
source this
itemsToMatch IEnumerable
Résultat IEnumerable

MatchString() public static méthode

public static MatchString ( this source, IEnumerable itemsToMatch ) : IEnumerable
source this
itemsToMatch IEnumerable
Résultat IEnumerable

MatchString() public static méthode

public static MatchString ( this source, string textToMatch ) : IEnumerable
source this
textToMatch string
Résultat IEnumerable