Linq.QuerySource<'T,'Q> 類別 (F#)
F# 查詢中的部份輸入或結果。
Namespace/Module Path:Microsoft.FSharp.Linq
組件:FSharp.Core (在 FSharp.Core.dll 中)
[<NoComparison>]
[<NoEquality>]
[<Sealed>]
type QuerySource<'T,'Q> =
class
new QuerySource : seq<'T> -> QuerySource<'T,'Q>
member this.Source : seq<'T>
end
備註
這個型別會實作查詢運算式功能,且不應直接使用。
建構函式
成員 |
描述 |
---|---|
從建立一個可列舉的序列的新QuerySource物件。 |
執行個體成員
成員 |
描述 |
---|---|
來源:seq<'T> |
與查詢的可列舉的序列。 |
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:4.0,可攜式執行檔 (PE)。