Initializes a new instance of the OperatorToken class
Namespace:
SingularSys.Jep.ConfigurableParser.TokensAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public OperatorToken( List<Operator> ops ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ ops As List(Of Operator) _ ) |
| Visual C++ |
|---|
public: OperatorToken( List<Operator^>^ ops ) |
Parameters
- ops
- Type: System.Collections.Generic..::.List<(Of <(Operator>)>)