QueryBuilder.Nth<'T,'Q> 方法 (F#)
到目前為止選取項目在字型中的指定索引選項的查詢運算子。
Namespace/Module Path:Microsoft.FSharp.Linq
組件:FSharp.Core (在 FSharp.Core.dll 中)
// Signature:
member this.Nth : QuerySource<'T,'Q> * int -> 'T
// Usage:
queryBuilder.Nth (source, index)
參數
source
型別: QuerySource<'T,'Q>輸入查詢。
index
型別:int所需項目的索引。
傳回值
所選取的項目。
備註
如需詳細資訊和範例,請參閱 查詢運算式 (F#)。
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:4.0,可攜式執行檔 (PE)。