Header menu logo FSharp.Core

QuerySource<'T, 'Q> Type

A partial input or result in an F# query. This type is used to support the F# query syntax.

Constructors

Constructor Description

QuerySource(arg1)

Full Usage: QuerySource(arg1)

Parameters:
    arg0 : 'T seq

Returns: QuerySource<'T, 'Q>

A method used to support the F# query syntax.

arg0 : 'T seq
Returns: QuerySource<'T, 'Q>

Instance members

Instance member Description

this.Source

Full Usage: this.Source

Returns: 'T seq

A property used to support the F# query syntax.

Returns: 'T seq

Type something to start searching.