C# 클래스 NPetrovich.Utils.SuffixMatching

파일 보기 프로젝트 열기: petrovich/petrovich-net

공개 메소드들

메소드 설명
IsMatched ( string name ) : bool
SuffixMatching ( IEnumerable chars, bool entireWord ) : System.Collections.Generic

메소드 상세

IsMatched() 공개 메소드

public IsMatched ( string name ) : bool
name string
리턴 bool

SuffixMatching() 공개 메소드

public SuffixMatching ( IEnumerable chars, bool entireWord ) : System.Collections.Generic
chars IEnumerable
entireWord bool
리턴 System.Collections.Generic