C# 클래스 StyleCop.ReSharper.QuickFixes.Readability.SA1107QuickFix

상속: StyleCopQuickFixBase
파일 보기 프로젝트 열기: StyleCop/StyleCop.ReSharper

공개 메소드들

메소드 설명
SA1107QuickFix ( StyleCopHighlighting highlight ) : System.Collections.Generic

Initializes a new instance of the SA1107QuickFix class that can handle StyleCopHighlighting.

보호된 메소드들

메소드 설명
InitialiseBulbItems ( ) : void

Initializes the QuickFix with all the available BulbItems that can fix the current StyleCop Violation.

메소드 상세

InitialiseBulbItems() 보호된 메소드

Initializes the QuickFix with all the available BulbItems that can fix the current StyleCop Violation.
protected InitialiseBulbItems ( ) : void
리턴 void

SA1107QuickFix() 공개 메소드

Initializes a new instance of the SA1107QuickFix class that can handle StyleCopHighlighting.
public SA1107QuickFix ( StyleCopHighlighting highlight ) : System.Collections.Generic
highlight StyleCopHighlighting /// that has been detected. ///
리턴 System.Collections.Generic