Expr.GlobalVar<'T> 方法 (F#)
從依名稱和型別檢索之共用變數的全域集區,擷取或建立具有所指定名稱和型別的新變數。 這個型別是透過明確或推斷型別參數所指定。
**命名空間/模組路徑:**Microsoft.FSharp.Quotations
組件:FSharp.Core (在 FSharp.Core.dll 中)
// Signature:
static member GlobalVar : string -> Expr<'T>
// Usage:
Expr.GlobalVar (name)
參數
name
型別:string變數名稱。
傳回值
已建立或已擷取的具型別全域變數。
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:2.0, 4.0,可攜式執行檔 (PE)。