Sdílet prostřednictvím


QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>. Pak<TResult> – metoda

Odpovídá, pokud všechny pozorovatelné sekvence mají dostupnou hodnotu a promítnou hodnoty.

Obor názvů:System.Reactive.Joins
Sestavení: System.Reactive.Providers (v System.Reactive.Providers.dll)

Syntax

'Declaration
Public Function Then(Of TResult) ( _
    selector As Expression(Of Func(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult)) _
) As QueryablePlan(Of TResult)
'Usage
Dim instance As QueryablePattern
Dim selector As Expression(Of Func(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult))
Dim returnValue As QueryablePlan(Of TResult)

returnValue = instance.Then(selector)
public QueryablePlan<TResult> Then<TResult>(
    Expression<Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>> selector
)
public:
generic<typename TResult>
QueryablePlan<TResult>^ Then(
    Expression<Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>^>^ selector
)
member Then : 
        selector:Expression<Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8, 'T9, 'T10, 'T11, 'T12, 'T13, 'T14, 'T15, 'T16, 'TResult>> -> QueryablePlan<'TResult> 
JScript does not support generic types and methods.

Parametry typu

  • Tresult
    Typ návratové hodnoty funkce selektoru.

Parametry

Návratová hodnota

Typ: System.Reactive.Joins.QueryablePlan<TResult>
Plán provádění pro vzory spojení, které se dají dotazovat.

Viz také

Reference

QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> – třída

System.Reactive.Joins – obor názvů