2011/1/3 Stephen J. Butler <stephen.but...@gmail.com>:
> public function foo( ref int a ) { a = 42; }
> public function bar() {
>  int b = 0;
>
>  foo( ref b );
>
>  // b == 42
> }

And excuse my rather bad C# code which doesn't compile... been
spending way too much time in scripting languages lately.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to