C# Class NPetrovich.Utils.SuffixMatching

Afficher le fichier Open project: petrovich/petrovich-net

Méthodes publiques

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

Method Details

IsMatched() public méthode

public IsMatched ( string name ) : bool
name string
Résultat bool

SuffixMatching() public méthode

public SuffixMatching ( IEnumerable chars, bool entireWord ) : System.Collections.Generic
chars IEnumerable
entireWord bool
Résultat System.Collections.Generic