QsExpressionKind<Expr,Symbol,Type>.MissingExpr Property

Definition

[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
[System.Diagnostics.DebuggerNonUserCode]
public static Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Expr,Symbol,Type> MissingExpr { [Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 43)] get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<System.Diagnostics.DebuggerNonUserCode>]
[<get: Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 43)>]
member this.MissingExpr : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<'Expr, 'Symbol, 'ype>
Public Shared ReadOnly Property MissingExpr As QsExpressionKind(Of Expr, Symbol, Type)

Property Value

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

Applies to