[Home] Type Microsoft.FSharp.Quotations.Var


Information at the binding site of a variable

Full Type Signature

[<SealedAttribute ()>]
type Var =
  class
    interface IComparable
    new : name:string * typ:Type * ?isMutable:bool -> Var
    static member Global : name:string * typ:Type -> Var
    member Name : string
    member Type : Type
  end

Instance Members

MemberDescription
member Name : string
The declared name of the variable
member Type : Type
The type associated with the variable

Static Members

MemberDescription
new : name:string * typ:Type * ?isMutable:bool -> Var
Create a new variable with the given name, type and mutability
member Global : name:string * typ:Type -> Var
Fetch or create a new variable with the given name and type from a global pool of shared variables indexed by name and type

See Also

Microsoft.FSharp.Quotations


Documentation for assembly FSharp.Core, version 1.9.6.0, generated using F# Programming Language version 1.9.6.0