Table of Contents

Class ShapeShiftString

Namespace
ShapeShift
Assembly
ShapeShift.dll

Represents a string value.

public sealed record ShapeShiftString : ShapeShiftValue, IShapeable<ShapeShiftValue>, IEquatable<ShapeShiftValue>, IEquatable<ShapeShiftString>
Inheritance
ShapeShiftString
Implements
IShapeable<ShapeShiftValue>
Inherited Members

Constructors

ShapeShiftString(string)

Represents a string value.

public ShapeShiftString(string Value)

Parameters

Value string

The represented value.

Properties

Value

The represented value.

public string Value { get; init; }

Property Value

string