Collections.Map<'Key,'Value> Constructor (F#)
Visual Studio 2010
Builds a map that contains the bindings of the given IEnumerable<T>.
Namespace/Module Path: Microsoft.FSharp.Collections
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: new Map : seq<'Key * 'Value> -> Map<'Key, 'Value> (requires comparison) // Usage: new Map (elements)