CustomOperationAttribute.AllowIntoPattern Property (F#)

Indicates if the custom operation supports the use of into immediately after the use of the operation in a query or other computation expression to consume the results of the operation.

Namespace/Module Path: Microsoft.FSharp.Core

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

// Signature:
member this.AllowIntoPattern : bool with get, set
// Usage:
customOperationAttribute.AllowIntoPattern

Property Value

true if the operation supports the use of into.

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#)