System.Collections Namespace (F#)

This topic describes the F# extensions to the System.Collections namespace. For the .NET Framework System.Collections namespace, see System.Collections.

Namespace/Module Path: System.Collections

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

namespace System.Collections

Remarks

The APIs documented in this topic are provided for use only with the version of the F# Core Library Versions that targets .NET Framework 2.0. If you are using .NET Framework 4, use the .NET Framework 4 version of these APIs, which are documented in System.Collections.

Type Definitions

Type

Description

type IStructuralComparable

Supports the structural comparison of collection objects.

type IStructuralEquatable

Defines methods to support the comparison of objects for structural equality.

See Also

Other Resources

F# Core Library Reference