Core.Ref<'T> 資料錄 (F#)
可變動參考型別。 使用運算子 := 和 ! 以取得和設定這個型別的值。
**命名空間/模組路徑:**Microsoft.FSharp.Core
組件:FSharp.Core (在 FSharp.Core.dll 中)
[<StructuralEquality>]
[<StructuralComparison>]
type Ref<'T> =
{ mutable contents : 'T }
with
interface IStructuralEquatable
interface IComparable
interface IComparable
interface IStructuralComparable
member this.Value : 'T with get, set
end
備註
如需參考儲存格的概觀,請參閱參照儲存格 (F#)。
這個型別在已編譯的組件中名為 FSharpRef。 如果是透過 F# 以外的語言,或是透過反映來存取型別,請使用這個名稱。
欄位
欄位 |
描述 |
---|---|
contents |
型別:'T 參考儲存格的目前值。 |
執行個體成員
成員 |
描述 |
---|---|
參考儲存格的目前值 |
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:2.0, 4.0,可攜式執行檔 (PE)。