C# Класс TailBlazer.Domain.Formatting.MatchedStringEx

Показать файл Открыть проект

Открытые методы

Метод Описание
MatchString ( this source, IEnumerable itemsToMatch ) : IEnumerable
MatchString ( this source, IEnumerable itemsToMatch ) : IEnumerable
MatchString ( this source, string textToMatch ) : IEnumerable

Описание методов

MatchString() публичный статический Метод

public static MatchString ( this source, IEnumerable itemsToMatch ) : IEnumerable
source this
itemsToMatch IEnumerable
Результат IEnumerable

MatchString() публичный статический Метод

public static MatchString ( this source, IEnumerable itemsToMatch ) : IEnumerable
source this
itemsToMatch IEnumerable
Результат IEnumerable

MatchString() публичный статический Метод

public static MatchString ( this source, string textToMatch ) : IEnumerable
source this
textToMatch string
Результат IEnumerable