O
ozgur develioglu
Hi everyone,
In C language passing variables as pointers to functions is much more
faster then passing the original variables (Because you copy only the
pointer of the variable to the stack, not the whole variable).
Is this also true for C#, if you use ref or out for your parameter
instead of passing the whole variable.
Thanks.
In C language passing variables as pointers to functions is much more
faster then passing the original variables (Because you copy only the
pointer of the variable to the stack, not the whole variable).
Is this also true for C#, if you use ref or out for your parameter
instead of passing the whole variable.
Thanks.