Collections.Set<'T> Constructor (F#)
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)
Parameters
elements
Type: seq<'T>The input sequence.
Return Value
The result set.
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 2.0, 4.0, Portable