Property | Type | Description | |
---|---|---|---|
ANY_CHAR | string | ||
WORD_CHAR | string |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return | void |
protected static ConvertSpecials ( string s, string wcClass, string specials ) : string | ||
s | string | |
wcClass | string | |
specials | string | |
return | string |
public WildcardPattern ( string wc ) : System.Text | ||
wc | string | |
return | System.Text |
public WildcardPattern ( string wc, REFlags flags ) : System.Text | ||
wc | string | |
flags | REFlags | |
return | System.Text |
public WildcardPattern ( string wc, bool icase ) : System.Text | ||
wc | string | |
icase | bool | |
return | System.Text |
public WildcardPattern ( string wc, string wcClass, REFlags flags ) : System.Text | ||
wc | string | |
wcClass | string | |
flags | REFlags | |
return | System.Text |