Map.Remove<'Key,'Value>-Methode (F#)

Entfernt ein Element aus der Domäne der Zuordnung. Es wird keine Ausnahme ausgelöst, wenn das Element nicht vorhanden ist.

Namespace/Modulpfad: Microsoft.FSharp.Collections

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

// Signature:
member this.Remove : 'Key -> Map<'Key, 'Value> (requires comparison)

// Usage:
map.Remove (key)

Parameter

  • key
    Typ: 'Key

    Der Eingabeschlüssel.

Rückgabewert

Die resultierende Zuordnung.

Plattformen

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Versionsinformationen

F#-Runtime

Unterstützt in: 2.0, 4.0

Silverlight

Unterstützt in: 3

Siehe auch

Weitere Ressourcen

Collections.Map<'Key,'Value>-Klasse (F#)

Microsoft.FSharp.Collections-Namespace (F#)