コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the SA1512QuickFix class that can handle
 /// <see cref="StyleCopHighlightingHint"/>.
 /// </summary>
 /// <param name="highlight">
 /// <see cref="StyleCopHighlightingHint"/>that has been detected.
 /// </param>
 public SA1512QuickFix(StyleCopHighlightingHint highlight)
     : base(highlight)
 {
 }
コード例 #2
0
ファイル: SA1515QuickFix.cs プロジェクト: RainsSoft/StyleCop
 /// <summary>
 /// Initializes a new instance of the SA1515QuickFix class that can handle
 /// <see cref="StyleCopHighlightingHint"/>.
 /// </summary>
 /// <param name="highlight">
 /// <see cref="StyleCopHighlightingHint"/>that has been detected.
 /// </param>
 public SA1515QuickFix(StyleCopHighlightingHint highlight)
     : base(highlight)
 {
 }
コード例 #3
0
 /// <summary>
 /// Initializes a new instance of the SuppressStyleCopQuickFix class that can handle <see cref="StyleCopHighlightingHint"/> .
 /// </summary>
 /// <param name="highlight">
 /// <see cref="StyleCopHighlightingHint"/> that has been detected.
 /// </param>
 public SuppressStyleCopQuickFix(StyleCopHighlightingHint highlight)
     : this(highlight, true)
 {
 }
コード例 #4
0
 /// <summary>
 /// Initializes a new instance of the StyleCopQuickFixBase class that can handle <see cref="StyleCopHighlightingHint"/> .
 /// </summary>
 /// <param name="highlight">
 /// <see cref="StyleCopHighlightingHint"/> that has been detected.
 /// </param>
 protected StyleCopQuickFixBase(StyleCopHighlightingHint highlight)
     : this(highlight, true)
 {
 }
コード例 #5
0
 /// <summary>
 /// Initializes a new instance of the StyleCopQuickFixBase class that can handle <see cref="StyleCopHighlightingHint"/> .
 /// </summary>
 /// <param name="highlight">
 /// <see cref="StyleCopHighlightingHint"/> that has been detected.
 /// </param>
 protected StyleCopQuickFixBase(StyleCopHighlightingHint highlight)
     : this((StyleCopHighlightingBase)highlight)
 {
 }
コード例 #6
0
 /// <summary>
 /// Initializes a new instance of the StyleCopQuickFixBase class that can handle <see cref="StyleCopHighlightingHint"/> .
 /// </summary>
 /// <param name="highlight">
 /// <see cref="StyleCopHighlightingHint"/> that has been detected. 
 /// </param>
 protected StyleCopQuickFixBase(StyleCopHighlightingHint highlight)
     : this((StyleCopHighlightingBase)highlight)
 {
 }
コード例 #7
0
 /// <summary>
 /// Initializes a new instance of the SuppressStyleCopQuickFix class that can handle <see cref="StyleCopHighlightingHint"/> .
 /// </summary>
 /// <param name="highlight">
 /// <see cref="StyleCopHighlightingHint"/> that has been detected. 
 /// </param>
 public SuppressStyleCopQuickFix(StyleCopHighlightingHint highlight)
     : this(highlight, true)
 {
 }