Search Results for

    Show / Hide Table of Contents

    Class MapMembersUpdate

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

    Inheritance
    object
    FlowGraphUpdate
    MapMembersUpdate
    Inherited Members
    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 MapMembersUpdate : FlowGraphUpdate

    Properties

    | Edit this page 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.

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