QsExpressionKind<Expr,Symbol,Type>.NewNOT(Expr) Method

Definition

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

Parameters

item
Expr

Returns

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

Applies to