Initialization of sets in C#

var intHashSet = new HashSet<int> { 2, 3, 5, 7, 11, 13, 17, 19 };