Class FunctionAnalysis
public sealed record FunctionAnalysis : IEquatable<FunctionAnalysis>
- Inheritance
-
FunctionAnalysis
- Implements
- Inherited Members
Constructors
FunctionAnalysis(SandboxType, SandboxEffect, bool)
public FunctionAnalysis(SandboxType ReturnType, SandboxEffect Effects, bool CanReorder)
Parameters
ReturnTypeSandboxTypeEffectsSandboxEffectCanReorderbool
Properties
CanReorder
public bool CanReorder { get; init; }
Property Value
Effects
public SandboxEffect Effects { get; init; }
Property Value
ReturnType
public SandboxType ReturnType { get; init; }