CustomOperationAttribute.IsLikeZip Property (F#)

Indicates if the custom operation is an operation similar to a zip in a sequence computation, in that it supports two inputs.

Namespace/Module Path: Microsoft.FSharp.Core

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

// Signatures:
member this.IsLikeZip : bool with get, set
// Usage:
customOperationAttribute.IsLikeZip
customOperationAttribute.IsLikeZip <- isLikeZip

Property Value

true if the operation resembles a zip operation.

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

See Also

Reference

Core.CustomOperationAttribute Class (F#)

Microsoft.FSharp.Core Namespace (F#)