Table of Contents

Class Parameter

Namespace
DotBoxD.Kernels
Assembly
DotBoxD.Kernels.dll
public sealed record Parameter : IEquatable<Parameter>
Inheritance
Parameter
Implements
Inherited Members

Constructors

Parameter(string, SandboxType)

public Parameter(string Name, SandboxType Type)

Parameters

Name string
Type SandboxType

Properties

Name

public string Name { get; init; }

Property Value

string

Type

public SandboxType Type { get; init; }

Property Value

SandboxType