Collections.Set<'T> Constructor (F#)
Visual Studio 2010
Create a set containing elements drawn from the given sequence.
Namespace/Module Path: Microsoft.FSharp.Collections
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: new Set : seq<'T> -> Set<'T> (requires comparison) // Usage: new Set (elements)