ArchiMetrics.CodeReview.Rules.Code.NameSpellingRuleBase.NameSpellingRuleBase C# (CSharp) 메소드

NameSpellingRuleBase() 보호된 메소드

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