https://github.com/arnab-developer/reference-vs-value-type
Reference type vs value type
https://github.com/arnab-developer/reference-vs-value-type
Last synced: 19 days ago
JSON representation
Reference type vs value type
- Host: GitHub
- URL: https://github.com/arnab-developer/reference-vs-value-type
- Owner: Arnab-Developer
- License: mit
- Created: 2021-10-18T21:37:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T04:02:45.000Z (over 3 years ago)
- Last Synced: 2025-01-17T02:24:13.978Z (11 months ago)
- Language: C#
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reference type vs value type
This is a demo to show what happen when we send a `reference` type variable versus
a `value` type variable to a method parameter and make changes on that.