Method retainAll retainAll<T>(ISet<T>, ISet<T>) Declaration public static void retainAll<T>(this ISet<T> s, ISet<T> other) Parameters Type Name Description ISet<T> s ISet<T> other Type Parameters Name Description T