메소드 | 설명 | |
---|---|---|
IsMatch ( string value ) : bool |
Returns true indicating that all input strings are considered matched.
|
public IsMatch ( string value ) : bool | ||
value | string | /// Value which should be matched against the pattern. /// Ignored because this class treats all input strings as successfully matched. /// |
리턴 | bool |