C# 클래스 Raven.Database.Util.WildcardMatcher

파일 보기 프로젝트 열기: synhershko/ravendb

공개 메소드들

메소드 설명
Matches ( string pattern, string input ) : bool

비공개 메소드들

메소드 설명
MatchesImpl ( string pattern, string input, int patternPos, int inputPos ) : bool

메소드 상세

Matches() 공개 정적인 메소드

public static Matches ( string pattern, string input ) : bool
pattern string
input string
리턴 bool