Class SnapshotCommandLogResult
public sealed record SnapshotCommandLogResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<SnapshotCommandLogResult>
- Inheritance
-
EmptyResultSnapshotCommandLogResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
SnapshotCommandLogResult(ImmutableArray<JsonElement>)
public SnapshotCommandLogResult(ImmutableArray<JsonElement> CommandLog)
Parameters
CommandLogImmutableArray<JsonElement>The array of canvas function calls.
Properties
CommandLog
The array of canvas function calls.
public ImmutableArray<JsonElement> CommandLog { get; init; }