Thursday, January 21, 2010

ref and out

They are usually used, when we needs to return more than one value from function.

Out parameters are like ref parameters except that an uninitialized variable can be passed to them and the call is made with out rather than ref

No comments: