Show / Hide Table of Contents

    Class MapMembersUpdate

    A flow graph update that applies a mapping to every member in the flow graph.

    Inheritance
    System.Object
    FlowGraphUpdate
    MapMembersUpdate
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Flame.Compiler.Analysis
    Assembly: Flame.Compiler.dll
    Syntax
    public sealed class MapMembersUpdate : FlowGraphUpdate

    Properties

    | Improve this Doc View Source

    Mapping

    Gets the member mapping that is applied to the flow graph.

    Declaration
    public MemberMapping Mapping { get; }
    Property Value
    Type Description
    MemberMapping

    A member mapping.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX