SplitOperator.SplitOperator Constructors
Initializes a new instance of the SplitOperator class.
Overload List
Name | Description | |
---|---|---|
Public method | SplitOperator() | Initializes a new empty instance of the SplitOperator class. |
Public method | SplitOperator(Operator input) | Initializes a new instance of the SplitOperator class with the given input. |
SplitOperator()
Initializes a new empty instance of the SplitOperator class.Syntax
public SplitOperator ()
SplitOperator(Operator input)
Initializes a new instance of the SplitOperator class with the given input.Syntax
public SplitOperator (
Operator input
)
Parameters
input
Type: Operator
The input that will be split.
The input that will be split.
Platforms
Windows, Linux, Android