C# Class StyleCop.ReSharper.QuickFixes.Readability.SA1107QuickFix

Inheritance: StyleCopQuickFixBase
Show file Open project: StyleCop/StyleCop.ReSharper

Public Methods

Method Description
SA1107QuickFix ( StyleCopHighlighting highlight ) : System.Collections.Generic

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

Protected Methods

Method Description
InitialiseBulbItems ( ) : void

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

Method Details

InitialiseBulbItems() protected method

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

SA1107QuickFix() public method

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. ///
return System.Collections.Generic