PipeOperator.PipeOperator Constructors
Initializes a new instance of the PipeOperator class.
Overload List
Name | Description | |
---|---|---|
Public method | PipeOperator() | Initializes a new instance of the PipeOperator class. |
Public method | PipeOperator(Operator input) | Initializes a new instance of the PipeOperator class with the specified input operator. |
PipeOperator()
Initializes a new instance of the PipeOperator class.Syntax
public PipeOperator ()
PipeOperator(Operator input)
Initializes a new instance of the PipeOperator class with the specified input operator.Syntax
public PipeOperator (
Operator input
)
Parameters
input
Type: Operator
The next operator in the operator chain.
The next operator in the operator chain.
Platforms
Windows, Linux, Android