2011/1/3 Stephen J. Butler <[email protected]>: > 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: [email protected] For additional commands, e-mail: [email protected]
