Skip to content

Add an attribute to print the content of a collection field #1

Description

@SergeyTeplyakov
[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 and not just as 'string[]'.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions