This topic has not yet been rated - Rate this topic

Map.isEmpty<'Key,'T> Function (F#)

Tests whether the map has any bindings.

Namespace/Module Path: Microsoft.FSharp.Collections.Map

Assembly: FSharp.Core (in FSharp.Core.dll)

// Signature:
Map.isEmpty : Map<'Key,'T> -> bool (requires comparison)

// Usage:
Map.isEmpty table
table

Type: Map<'Key,'T>

The input map.

true if the map is empty. Otherwise, returns false.

This function is named IsEmpty in compiled assemblies. If you are accessing the function from a language other than F#, or through reflection, use this name.

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

F# Core Library Versions

Supported in: 2.0, 4.0, Portable

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.