Quotations.Var Constructor (F#)

Creates a new variable with the given name, type and mutability.

Namespace/Module Path: Microsoft.FSharp.Quotations

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

// Signature:
new Var : string * Type * ?bool -> Var

// Usage:
new Var (name, typ)
new Var (name, typ, isMutable = isMutable)

Parameters

  • name
    Type: string

    The declared name of the variable.

  • typ
    Type: Type

    The type associated with the variable.

  • isMutable
    Type: bool

    Indicates if the variable represents a mutable storage location. The default value is false.

Return Value

The created variable.

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

Quotations.Var Class (F#)

Microsoft.FSharp.Quotations Namespace (F#)