Table of Contents

Struct ActionInfoApplication

Namespace
NMF.AnyText
Assembly
NMF.AnyText.Core.dll

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

Action CodeActionInfo

the action that is applied

RuleApplication RuleApplication

the rule application that is applied

Properties

Action

the action that is applied

public CodeActionInfo Action { readonly get; set; }

Property Value

CodeActionInfo

RuleApplication

the rule application that is applied

public RuleApplication RuleApplication { readonly get; set; }

Property Value

RuleApplication