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
ValuestringThe represented value.
Properties
Value
The represented value.
public string Value { get; init; }