C# Class ArchiMetrics.CodeReview.Rules.Tests.Rules.SpellChecker

Inheritance: ISpellChecker
Afficher le fichier Open project: jjrdk/ArchiMetrics Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Spell ( string word ) : bool
SpellChecker ( IKnownPatterns knownPatterns ) : System

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

Spell() public méthode

public Spell ( string word ) : bool
word string
Résultat bool

SpellChecker() public méthode

public SpellChecker ( IKnownPatterns knownPatterns ) : System
knownPatterns IKnownPatterns
Résultat System