C# 클래스 IrcD.Utils.WildCard

상속: System.Text.RegularExpressions.Regex
파일 보기 프로젝트 열기: FreeApophis/ircddotnet 1 사용 예제들

공개 메소드들

메소드 설명
WildCard ( string pattern, RegexOptions options, WildcardMatch matchType ) : System
WildCard ( string pattern, WildcardMatch matchType ) : System
WildcardToRegex ( string pattern, WildcardMatch matchType ) : string

메소드 상세

WildCard() 공개 메소드

public WildCard ( string pattern, RegexOptions options, WildcardMatch matchType ) : System
pattern string
options RegexOptions
matchType WildcardMatch
리턴 System

WildCard() 공개 메소드

public WildCard ( string pattern, WildcardMatch matchType ) : System
pattern string
matchType WildcardMatch
리턴 System

WildcardToRegex() 공개 정적인 메소드

public static WildcardToRegex ( string pattern, WildcardMatch matchType ) : string
pattern string
matchType WildcardMatch
리턴 string