Skip to content

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

@SergeyTeplyakov

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[]'.

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