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

Inheritance: StyleCopQuickFixBase
Afficher le fichier Open project: StyleCop/StyleCop.ReSharper

Méthodes publiques

Méthode Description
SA1107QuickFix ( StyleCopHighlighting highlight ) : System.Collections.Generic

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

Méthodes protégées

Méthode Description
InitialiseBulbItems ( ) : void

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

Method Details

InitialiseBulbItems() protected méthode

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

SA1107QuickFix() public méthode

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. ///
Résultat System.Collections.Generic