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

Inheritance: ISpellChecker
Datei anzeigen Open project: jjrdk/ArchiMetrics Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Spell ( string word ) : bool
SpellChecker ( IKnownPatterns knownPatterns ) : System

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool isDisposing ) : void
isDisposing bool
return void

Spell() public method

public Spell ( string word ) : bool
word string
return bool

SpellChecker() public method

public SpellChecker ( IKnownPatterns knownPatterns ) : System
knownPatterns IKnownPatterns
return System