QsInitializerKind<Initializer,Expr>.SingleQubitAllocation Property

Definition

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

Property Value

QsInitializerKind<Initializer,Expr>
Attributes
DebuggerBrowsableAttribute DebuggerNonUserCodeAttribute Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to