C# 클래스 System.IO.SearchPattern

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
IsMatch ( string text ) : bool
SearchPattern ( string pattern ) : System
SearchPattern ( string pattern, bool ignore ) : System

비공개 메소드들

메소드 설명
Compile ( string pattern ) : void
Match ( Op op, string text, int ptr ) : bool

메소드 상세

IsMatch() 공개 메소드

public IsMatch ( string text ) : bool
text string
리턴 bool

SearchPattern() 공개 메소드

public SearchPattern ( string pattern ) : System
pattern string
리턴 System

SearchPattern() 공개 메소드

public SearchPattern ( string pattern, bool ignore ) : System
pattern string
ignore bool
리턴 System