C# 클래스 TailBlazer.Domain.Formatting.MatchedStringEx

파일 보기 프로젝트 열기: RolandPheasant/TailBlazer

공개 메소드들

메소드 설명
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