SyntaxGenerator.BoolLiteral(Boolean) Method

Definition

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

Returns

TypedExpression

Applies to