ArchiMetrics.CodeReview.Rules.Code.NameSpellingRuleBase.NameSpellingRuleBase C# (CSharp) Метод

NameSpellingRuleBase() защищенный Метод

protected NameSpellingRuleBase ( ISpellChecker speller ) : System
speller ISpellChecker
Результат System
		protected NameSpellingRuleBase(ISpellChecker speller)
		{
			_speller = speller;
		}