amis92 / RecordGenerator

C# immutable records generator
https://amis92.github.io/RecordGenerator/
MIT License
72 stars 10 forks source link

Consider applying [EditorBrowsable(EditorBrowsableState.Never)] on Deconstruct #90

Open amis92 opened 5 years ago

amis92 commented 5 years ago

This is often done for Deconstruct methods in BCL, because for the most time this method is only useful for the compiler to perform tuple deconstruction.