R

Ram Sharma • 3.40K Points
Extraordinary

Q. What type is `List<int>` in .NET?

  • (A) Non-generic collection
  • (B) Generic collection
  • (C) Tuple
  • (D) Key-value pair

Explanation by: Ram Sharma
`List<int>` is a generic collection that stores elements of type `int`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.