| Name | Description |
---|
| Returns(Func<(Of <(<'TResult>)>)>) | |
| Returns(TResult) |
Specifies the value to return.
|
| Returns<(Of <<'(T>)>>)(Func<(Of <(<'T, TResult>)>)>) | |
| Returns<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)>>)(Func<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>)>>)) |
Specifies a function that will calculate the value to return from the method,
retrieving the arguments for the invocation.
|
| Returns<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)>>)(Func<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>)>>)) |
Specifies a function that will calculate the value to return from the method,
retrieving the arguments for the invocation.
|
| Returns<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)>>)(Func<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult>)>>)) |
Specifies a function that will calculate the value to return from the method,
retrieving the arguments for the invocation.
|
| Returns<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)>>)(Func<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>)>>)) |
Specifies a function that will calculate the value to return from the method,
retrieving the arguments for the invocation.
|
| Returns<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)>>)(Func<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>)>>)) |
Specifies a function that will calculate the value to return from the method,
retrieving the arguments for the invocation.
|
| Returns<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)>>)(Func<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult>)>>)) |
Specifies a function that will calculate the value to return from the method,
retrieving the arguments for the invocation.
|
| Returns<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)>>)(Func<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>)>>)) |
Specifies a function that will calculate the value to return from the method,
retrieving the arguments for the invocation.
|
| Returns<(Of <<'(T1, T2>)>>)(Func<(Of <(<'T1, T2, TResult>)>)>) | |
| Returns<(Of <<'(T1, T2, T3>)>>)(Func<(Of <(<'T1, T2, T3, TResult>)>)>) | |
| Returns<(Of <<'(T1, T2, T3, T4>)>>)(Func<(Of <(<'T1, T2, T3, T4, TResult>)>)>) | |
| Returns<(Of <<'(T1, T2, T3, T4, T5>)>>)(Func<(Of <(<'T1, T2, T3, T4, T5, TResult>)>)>) | |
| Returns<(Of <<'(T1, T2, T3, T4, T5, T6>)>>)(Func<(Of <(<'T1, T2, T3, T4, T5, T6, TResult>)>)>) | |
| Returns<(Of <<'(T1, T2, T3, T4, T5, T6, T7>)>>)(Func<(Of <(<'T1, T2, T3, T4, T5, T6, T7, TResult>)>)>) | |
| Returns<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8>)>>)(Func<(Of <(<'T1, T2, T3, T4, T5, T6, T7, T8, TResult>)>)>) | |
| Returns<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9>)>>)(Func<(Of <<'(T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>)>>)) |
Specifies a function that will calculate the value to return from the method,
retrieving the arguments for the invocation.
|