Table of Contents

Class FunctionAnalysis

Namespace
DotBoxD.Kernels
Assembly
DotBoxD.Kernels.dll
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

ReturnType SandboxType
Effects SandboxEffect
CanReorder bool

Properties

CanReorder

public bool CanReorder { get; init; }

Property Value

bool

Effects

public SandboxEffect Effects { get; init; }

Property Value

SandboxEffect

ReturnType

public SandboxType ReturnType { get; init; }

Property Value

SandboxType