Class SetValue
- Namespace
- CedarDotNet.Values
- Assembly
- CedarDotNet.dll
A Cedar value that represents a set of values.
public sealed record SetValue : Value, IEquatable<Value>, IEquatable<SetValue>
- Inheritance
-
SetValue
- Implements
- Inherited Members
Constructors
SetValue(IReadOnlyCollection<Value>)
A Cedar value that represents a set of values.
public SetValue(IReadOnlyCollection<Value> Value)
Parameters
Value
IReadOnlyCollection<Value>The value.
Properties
Value
The value.
public IReadOnlyCollection<Value> Value { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.