R

Ram Sharma • 3.40K Points
Extraordinary

Q. What is `Tuple.Create()` used for?

  • (A) To create anonymous classes
  • (B) To create reference types
  • (C) To return multiple values from a method
  • (D) To define a struct

Explanation by: Ram Sharma
`Tuple.Create()` allows returning multiple values from a method without defining a custom class.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.