2011/1/3 Stephen J. Butler :
> 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
2011/1/3 Rafał Krupiński :
> W dniu 03.01.2011 18:45, Michael Giannakopoulos pisze:
>>
>> Hello to all Apache Commons Developers!
>> I wish a happy new year and i hope that all your expectations will come
>> true! I would like to propose a new feature in apache commons... Wouldn't
>> it
>> be great