R

Ram Sharma • 3.40K Points
Extraordinary

Q. What is the output type of a LINQ `Count()` method?

  • (A) string
  • (B) decimal
  • (C) int
  • (D) bool

Explanation by: Ram Sharma
`Count()` returns the number of elements as an integer.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.