RecordGenerator icon indicating copy to clipboard operation
RecordGenerator copied to clipboard

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

Open amis92 opened this issue 6 years ago • 0 comments

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.

amis92 avatar Aug 13 '19 13:08 amis92