共用方式為


Quotations.Var 類別 (F#)

表示變數繫結網站的資訊。

**命名空間/模組路徑:**Microsoft.FSharp.Quotations

組件:FSharp.Core (在 FSharp.Core.dll 中)

[<Sealed>]
type Var =
 class
  interface IComparable
  new Var : string * Type * bool option -> Var
  static member Global : string * Type -> Var
  member this.IsMutable :  bool
  member this.Name :  string
  member this.Type :  Type
 end

備註

這個型別在已編譯的組件中名為 FSharpVar。 如果是透過 F# 以外的語言,或是透過反映來存取型別,請使用這個名稱。

建構函式

成員

描述

new

使用指定的名稱、型別和可變動性建立新變數

執行個體成員

成員

描述

IsMutable

表示變數是否表示可變動儲存位置

名稱

變數的已宣告名稱

型別

與變數關聯的型別

靜態成員

成員

描述

Global

從依名稱和型別檢索之共用變數的全域集區,擷取或建立具有所指定名稱和型別的新變數。

平台

Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2

版本資訊

F# 核心程式庫版本

支援版本:2.0, 4.0,可攜式執行檔 (PE)。

請參閱

參考

Microsoft.FSharp.Quotations 命名空間 (F#)