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