Class ShapeShiftArray
- Namespace
- ShapeShift
- Assembly
- ShapeShift.dll
Represents a sequence of dynamic values.
public sealed record ShapeShiftArray : ShapeShiftValue, IShapeable<ShapeShiftValue>, IEquatable<ShapeShiftValue>, IEquatable<ShapeShiftArray>
- Inheritance
-
ShapeShiftArray
- Implements
-
IShapeable<ShapeShiftValue>
- Inherited Members
Constructors
ShapeShiftArray(IReadOnlyList<ShapeShiftValue>)
Represents a sequence of dynamic values.
public ShapeShiftArray(IReadOnlyList<ShapeShiftValue> Items)
Parameters
ItemsIReadOnlyList<ShapeShiftValue>The sequence items.
Properties
Items
The sequence items.
public IReadOnlyList<ShapeShiftValue> Items { get; init; }