Class FunctionAnalysis
Namespace: DotBoxD.Kernels
Assembly: DotBoxD.Kernels.dll
public sealed record FunctionAnalysis : IEquatable<FunctionAnalysis>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”FunctionAnalysis(SandboxType, SandboxEffect, bool)
Section titled “ FunctionAnalysis(SandboxType, SandboxEffect, bool)”public FunctionAnalysis(SandboxType ReturnType, SandboxEffect Effects, bool CanReorder)Parameters
Section titled “Parameters”ReturnType SandboxType
Effects SandboxEffect
CanReorder bool
Properties
Section titled “Properties”CanReorder
Section titled “ CanReorder”public bool CanReorder { get; init; }Property Value
Section titled “Property Value”Effects
Section titled “ Effects”public SandboxEffect Effects { get; init; }Property Value
Section titled “Property Value”ReturnType
Section titled “ ReturnType”public SandboxType ReturnType { get; init; }