C# 클래스 ArchiMetrics.CodeReview.Rules.Code.NameSpellingRuleBase

상속: CodeEvaluationBase
파일 보기 프로젝트 열기: jjrdk/ArchiMetrics

보호된 메소드들

메소드 설명
IsSpelledCorrectly ( string name ) : bool
NameSpellingRuleBase ( ISpellChecker speller ) : System

메소드 상세

IsSpelledCorrectly() 보호된 메소드

protected IsSpelledCorrectly ( string name ) : bool
name string
리턴 bool

NameSpellingRuleBase() 보호된 메소드

protected NameSpellingRuleBase ( ISpellChecker speller ) : System
speller ISpellChecker
리턴 System