The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Facts of Ref And Out Type Parameters in C#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

razi raziaPosted May 2, 2013, 2:16 AM
Thanks
Ganesan RPosted Jul 6, 2011, 1:37 AM
Nice Article
Gobi GPosted Jul 1, 2011, 7:13 AM
Nice Article
Sam HobbsPosted Jun 30, 2011, 11:33 AM
Thank you, Abhimanyu, this will help beginners. I think however that it would help to also say that reference types do not need to be created (with "new") before use as an out parameter but they must be created in the function. Also, perhaps "after a call to the method as an out parameter the variable must be initialized" might be unclear since the initialization is done in the call (in the function) instead of after the call.
Shalini JunejaPosted Jun 30, 2011, 8:21 AM
Nice Article