Shekhar Kumar
How can you return more than one value from a method?
By Shekhar Kumar in C# on Nov 27 2019
  • Tripurari sharma
    Jul, 2021 28

    using out parameter

    • 0
  • Nisha Regil
    Sep, 2020 8

    There are multiple ways to do it.1) by using struct/Class as return type 2) by passing parameters by ref

    • 0
  • Ashirwad Satapathi
    Jul, 2020 15

    You can use out and ref for your requirement.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS