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