Table of Contents

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

Items IReadOnlyList<ShapeShiftValue>

The sequence items.

Properties

Items

The sequence items.

public IReadOnlyList<ShapeShiftValue> Items { get; init; }

Property Value

IReadOnlyList<ShapeShiftValue>