M
michaeltorus
Hi
I'd like to create a function that has a variable amount of Int64 variables passed to it ... however, I'd like them to be passed as ref(so that changes are reflected in the calling method). Is there any way to implement this, so that my function works with a ref param array(or similar object), because currently param arrays cannot be passed as ref ?
Thanks
I'd like to create a function that has a variable amount of Int64 variables passed to it ... however, I'd like them to be passed as ref(so that changes are reflected in the calling method). Is there any way to implement this, so that my function works with a ref param array(or similar object), because currently param arrays cannot be passed as ref ?
Thanks