Struct ActionInfoApplication
Denotes an Action applied at a rule application
public record struct ActionInfoApplication : IEquatable<ActionInfoApplication>
- Implements
- Inherited Members
Constructors
ActionInfoApplication(CodeActionInfo, RuleApplication)
Denotes an Action applied at a rule application
public ActionInfoApplication(CodeActionInfo Action, RuleApplication RuleApplication)
Parameters
ActionCodeActionInfothe action that is applied
RuleApplicationRuleApplicationthe rule application that is applied
Properties
Action
the action that is applied
public CodeActionInfo Action { readonly get; set; }
Property Value
RuleApplication
the rule application that is applied
public RuleApplication RuleApplication { readonly get; set; }