Search Results for

    Show / Hide Table of Contents

    Class AddInstructionUpdate

    A flow graph update that inserts an instruction.

    Inheritance
    object
    FlowGraphUpdate
    InstructionUpdate
    AddInstructionUpdate
    Inherited Members
    InstructionUpdate.Tag
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.Compiler.Analysis
    Assembly: Flame.Compiler.dll
    Syntax
    public sealed class AddInstructionUpdate : InstructionUpdate

    Properties

    | Edit this page View Source

    Instruction

    Gets the instruction that is added to the graph.

    Declaration
    public Instruction Instruction { get; }
    Property Value
    Type Description
    Instruction

    The instruction.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX