Differences between Dictionary.Clear and new Dictionary()

Viewed 24218

What are the key differences between Dictionary.Clear and new Dictionary() in C#? Which one is recommended for which cases?

8 Answers
Related