Class RecordValue
public sealed record RecordValue : SandboxValue, IEquatable<SandboxValue>, IEquatable<RecordValue>
- Inheritance
-
RecordValue
- Implements
- Inherited Members
Constructors
RecordValue(IReadOnlyList<SandboxValue>)
public RecordValue(IReadOnlyList<SandboxValue> Fields)
Parameters
FieldsIReadOnlyList<SandboxValue>
Properties
Fields
public IReadOnlyList<SandboxValue> Fields { get; init; }
Property Value
Type
public override SandboxType Type { get; }
Property Value
Methods
Equals(RecordValue?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(RecordValue? other)
Parameters
otherRecordValueAn object to compare with this object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.