C# Class NPetrovich.Utils.SuffixMatching

Show file Open project: petrovich/petrovich-net

Public Methods

Method Description
IsMatched ( string name ) : bool
SuffixMatching ( IEnumerable chars, bool entireWord ) : System.Collections.Generic

Method Details

IsMatched() public method

public IsMatched ( string name ) : bool
name string
return bool

SuffixMatching() public method

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