Is there no way to pass an object by constant reference as you can in C++. It doesn't seem to be possible in c#. There must be some way of passing an object into a function and guaranteeing that the function does no change the object. This is a pretty basic and essential feature for writing robust code.
S
SteveUK
@SteveUK