Table of Contents

Class parameter

Namespace
abstractions
Assembly
PIKLib.dll
record parameter : IEquatable<parameter>
Inheritance
parameter
Implements
Inherited Members

Constructors

parameter(string)

parameter(string Value)

Parameters

Value string

Properties

Value

string Value { get; init; }

Property Value

string

Operators

implicit operator parameter(string)

implicit operator parameter(string s)

Parameters

s string

Returns

parameter

implicit operator string(parameter)

implicit operator string(parameter n)

Parameters

n parameter

Returns

string