9 lines
204 B
C#
9 lines
204 B
C#
using CSV_Metrics_Logger;
|
|
|
|
namespace Tests;
|
|
|
|
[CSVRecord]
|
|
public readonly partial record struct TestDataRecordStructMixed(string Area, int Step, float Value, int Z)
|
|
{
|
|
public bool State { get; init; }
|
|
} |