Struct CodeLensApplication
Denotes a code lens applied to a rule application
public record struct CodeLensApplication : IEquatable<CodeLensApplication>
- Implements
- Inherited Members
Constructors
CodeLensApplication(CodeLensInfo, RuleApplication)
Denotes a code lens applied to a rule application
public CodeLensApplication(CodeLensInfo CodeLens, RuleApplication RuleApplication)
Parameters
CodeLens
CodeLensInfoThe code lens
RuleApplication
RuleApplicationThe rule application instance
Properties
CodeLens
The code lens
public CodeLensInfo CodeLens { readonly get; set; }
Property Value
RuleApplication
The rule application instance
public RuleApplication RuleApplication { readonly get; set; }