Sets initialization in C#

Forums:

var intSet = new HashSet<int> {1, 2, 3};
var strSet = new HashSet<String> { "one""two""three" };