Skip to content

Conversation

BillWagner
Copy link
Member

Fixes #17335

The original explanation implied that value types aren't objects. Modify the language in the two paragraphs on boxing and unboxing. The new language should suggest that value types are being assigned to object references, not converted.

Fixes dotnet#17335

The original explanation implied that value types aren't objects. Modify the language in the two paragraphs on boxing and unboxing. The new language should suggest that value types are being assigned to object references, not converted.
Copy link
Contributor

@tdykstra tdykstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good clarification, I had one suggestion for a slight change in sentence construction.

@BillWagner BillWagner merged commit a4ad7cc into dotnet:master Apr 23, 2020
@BillWagner BillWagner deleted the value-types-objects branch April 24, 2020 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Value types are objects!
3 participants