var brands = new HashSet<string>();. A new HashSet is created. brands.Add("Wilson");. Elements are added to the set with the Add method.
確定! 回上一頁