QsExpressionKind<Expr,Symbol,Type>.NewBoolLiteral(Boolean) Method

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 6)]
public static Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Expr,Symbol,Type> NewBoolLiteral (bool item);
Public Shared Function NewBoolLiteral (item As Boolean) As QsExpressionKind(Of Expr, Symbol, Type)

Parameters

item
Boolean

Returns

QsExpressionKind<Expr,Symbol,Type>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to