C# Class TailBlazer.Domain.Formatting.MatchedStringEx

Exibir arquivo Open project: RolandPheasant/TailBlazer

Public Methods

Method Description
MatchString ( this source, IEnumerable itemsToMatch ) : IEnumerable
MatchString ( this source, IEnumerable itemsToMatch ) : IEnumerable
MatchString ( this source, string textToMatch ) : IEnumerable

Method Details

MatchString() public static method

public static MatchString ( this source, IEnumerable itemsToMatch ) : IEnumerable
source this
itemsToMatch IEnumerable
return IEnumerable

MatchString() public static method

public static MatchString ( this source, IEnumerable itemsToMatch ) : IEnumerable
source this
itemsToMatch IEnumerable
return IEnumerable

MatchString() public static method

public static MatchString ( this source, string textToMatch ) : IEnumerable
source this
textToMatch string
return IEnumerable