Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SergeyTeplyakov opened this issue Dec 18, 2020 · 1 comment
Open

Comments

@SergeyTeplyakov
Copy link
Owner

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

@daiplusplus
Copy link

Would this be for the generated ToString() method, or for [DebuggerDisplay] ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants