using System.Collections.Generic;
public static void Main()
HashSet<string> MyHash = new HashSet<string>();
Console.WriteLine("Total no.of elemets present in My Hash: {0}",MyHash.Count);
Console.Write("Total no.of elements present in My Hash: {0}",MyHash.Count);