StructRecordsGenerator icon indicating copy to clipboard operation
StructRecordsGenerator copied to clipboard

A set of generators helping dealing with structs in C#

Results 2 StructRecordsGenerator issues
Sort by recently updated
recently updated
newest added

```csharp [StructRecord] public struct FooBar { [ToStringAsCollection] public string[] X {get; set;} } ``` And in this case the member X will be printed with the content of the array...