4 lines
124 B
C#
4 lines
124 B
C#
namespace CSV_Metrics_Logger;
|
|
|
|
[AttributeUsage(AttributeTargets.Struct)]
|
|
public sealed class CSVRecordAttribute : Attribute; |