SyntaxGenerator.BoolLiteral(Boolean) 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 BoolLiteral (bool value);
Microsoft.Quantum.QsCompiler.SyntaxGenerator.BoolLiteral : bool -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression
Public Shared Function BoolLiteral (value As Boolean) As TypedExpression
Parameters
- value
- Boolean