An open API service indexing awesome lists of open source software.

https://github.com/ericfreeman/csharprefval


https://github.com/ericfreeman/csharprefval

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          

cSharpRefVal
==========

Just a quick console app showing off the difference between C# passing by value/reference and the confusion it can cause when passing the value of the pointer to said object. Or whatever.