val add : item:'a -> set:System.Collections.Generic.HashSet<'a> -> System.Collections.Generic.HashSet<'a>
Full name: Foo.HashSet.add
val item : 'a
val set : System.Collections.Generic.HashSet<'a>
namespace System
namespace System.Collections
namespace System.Collections.Generic
Multiple items type HashSet<'T> = new : unit -> HashSet<'T> + 3 overloads member Add : item:'T -> bool member Clear : unit -> unit member Comparer : IEqualityComparer<'T> member Contains : item:'T -> bool member CopyTo : array:'T[] -> unit + 2 overloads member Count : int member ExceptWith : other:IEnumerable<'T> -> unit member GetEnumerator : unit -> Enumerator<'T> member GetObjectData : info:SerializationInfo * context:StreamingContext -> unit ... nested type Enumerator
Full name: System.Collections.Generic.HashSet<_>
-------------------- System.Collections.Generic.HashSet() : unit System.Collections.Generic.HashSet(comparer: System.Collections.Generic.IEqualityComparer<'T>) : unit System.Collections.Generic.HashSet(collection: System.Collections.Generic.IEnumerable<'T>) : unit System.Collections.Generic.HashSet(collection: System.Collections.Generic.IEnumerable<'T>, comparer: System.Collections.Generic.IEqualityComparer<'T>) : unit