Class Parameter
Namespace: DotBoxD.Kernels
Assembly: DotBoxD.Kernels.dll
public sealed record Parameter : IEquatable<Parameter>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”Parameter(string, SandboxType)
Section titled “ Parameter(string, SandboxType)”public Parameter(string Name, SandboxType Type)Parameters
Section titled “Parameters”Name string
Type SandboxType
Properties
Section titled “Properties”public string Name { get; init; }Property Value
Section titled “Property Value”public SandboxType Type { get; init; }