Class MapMembersUpdate
A flow graph update that applies a mapping to every member in the flow graph.
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 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. |