SyntaxGenerator.RangeLiteral(TypedExpression, TypedExpression) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression RangeLiteral (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression lhs, Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression rhs);
Microsoft.Quantum.QsCompiler.SyntaxGenerator.RangeLiteral : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression * Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression
Public Shared Function RangeLiteral (lhs As TypedExpression, rhs As TypedExpression) As TypedExpression
Parameters
- lhs
- TypedExpression
- rhs
- TypedExpression