프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ANY_CHAR | string | ||
WORD_CHAR | string |
메소드 | 설명 | |
---|---|---|
ToString ( ) : string | ||
WildcardPattern ( string wc ) : System.Text | ||
WildcardPattern ( string wc, REFlags flags ) : System.Text | ||
WildcardPattern ( string wc, bool icase ) : System.Text | ||
WildcardPattern ( string wc, string wcClass, REFlags flags ) : System.Text |
메소드 | 설명 | |
---|---|---|
Compile ( string wc, string wcClass, string specials, REFlags flags ) : void | ||
ConvertSpecials ( string s, string wcClass, string specials ) : string | ||
WildcardPattern ( ) : System.Text |
protected Compile ( string wc, string wcClass, string specials, REFlags flags ) : void | ||
wc | string | |
wcClass | string | |
specials | string | |
flags | REFlags | |
리턴 | void |
protected static ConvertSpecials ( string s, string wcClass, string specials ) : string | ||
s | string | |
wcClass | string | |
specials | string | |
리턴 | string |
public WildcardPattern ( string wc ) : System.Text | ||
wc | string | |
리턴 | System.Text |
public WildcardPattern ( string wc, REFlags flags ) : System.Text | ||
wc | string | |
flags | REFlags | |
리턴 | System.Text |
public WildcardPattern ( string wc, bool icase ) : System.Text | ||
wc | string | |
icase | bool | |
리턴 | System.Text |
public WildcardPattern ( string wc, string wcClass, REFlags flags ) : System.Text | ||
wc | string | |
wcClass | string | |
flags | REFlags | |
리턴 | System.Text |