C Sharp (C#) - Collections
Which of the following is the correct syntax to declare a
HashSet<int> and add the number 5 to it?HashSet<int> and add the number 5 to it?new HashSet<int>() and uses Add(5).15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions