ArchiMetrics.CodeReview.Rules.Code.NameSpellingRuleBase.NameSpellingRuleBase C# (CSharp) Method

NameSpellingRuleBase() protected method

protected NameSpellingRuleBase ( ISpellChecker speller ) : System
speller ISpellChecker
return System
		protected NameSpellingRuleBase(ISpellChecker speller)
		{
			_speller = speller;
		}