Summary

public static void AddHashsetCasting<T1, T2>(this List<T1> list, HashSet<T2> hashset)

Parameters