C# 클래스 Gammtek.Conduit.Text.StringMatching.DefaultStringMatcher

Default string matcher which ignores pattern and treats all input strings as matched.
상속: IStringMatcher
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
IsMatch ( string value ) : bool

Returns true indicating that all input strings are considered matched.

메소드 상세

IsMatch() 공개 메소드

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