3
Reply

What are ref and out parameters?

Sahil Sharma

Sahil Sharma

Aug 27, 2014
1.7k
1

    http://www.c-sharpcorner.com/UploadFile/7c64d7/all-about-ref-and-out-type-parameters/

    Sharad
    June 29, 2015
    0

    ref and out are the output parameters that returns the output of the method to the program. the difference between ref and out is: when ref is used, the variables we are substituting while calling a method must be initialized but optional in case of out.

    Navratna Pawale
    September 17, 2014
    0

    http://www.codeproject.com/Tips/792490/ref-and-out-Parameters-in-Csharp

    Simi Tkd
    September 03, 2014
    0