List.Cons<'T> 方法 (F#)
傳回以 head 為第一個項目而以 tail 為後續項目的清單。
命名空間/模組路徑:Microsoft.FSharp.Collections
組件:FSharp.Core (在 FSharp.Core.dll 中)
// Signature:
static member List.Cons : 'T * 'T list -> 'T list
// Usage:
List.Cons (head, tail)
參數
head
型別:'T清單的新前端值。
tail
型別:'T list現有清單。
傳回值
tail 前面附加 head 的清單。
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:2.0, 4.0,可攜式執行檔 (PE)。