This topic has not yet been rated - Rate this topic

ErrorStrings.AddressOpNotFirstClassString Function (F#)

Gets a string describing that first class uses of the address-of operators are not permitted.

Namespace/Module Path: Microsoft.FSharp.Core.LanguagePrimitives.ErrorStrings

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

// Signature:
AddressOpNotFirstClassString :  string

// Usage:
AddressOpNotFirstClassString

The string message is "First class uses of address-of operators are not permitted."

This function is for use by compiled F# code and should not be used directly.

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.