PipelineExtensions
01 Syntax
Microsoft.VisualBasic.Linq.PipelineExtensions
02 Methods
03 Members
DoCall``2(
``0, Func(Of ``0, ``1))Delegate pipeline function
Type Parameters
| Name | Description |
|---|---|
T | |
Tout |
Parameters
| Name | Type | Description |
|---|---|---|
input | ``0 | - |
apply | Func(Of ``0, ``1) | - |
DoCall``1(
``0, Action(Of ``0))Delegate pipeline function
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
input | ``0 | - |
apply | Action(Of ``0) | - |
DoCall(
T, Func(Of T, Tout))PipeOf(
T, Action(Of T, Rest))