Class MapMembersUpdate
A flow graph update that applies a mapping to every member in the flow graph.
Inherited Members
Namespace: Flame.Compiler.Analysis
Assembly: Flame.Compiler.dll
Syntax
public sealed class MapMembersUpdate : FlowGraphUpdate
Properties
| Edit this page View SourceMapping
Gets the member mapping that is applied to the flow graph.
Declaration
public MemberMapping Mapping { get; }
Property Value
| Type | Description |
|---|---|
| MemberMapping | A member mapping. |