LocalDeclarations.Variables Property

Definition

[Bond.Id(5)]
public System.Collections.Generic.List<Microsoft.Quantum.QsCompiler.BondSchemas.LocalVariableDeclaration<string>> Variables { get; set; }
[<Bond.Id(5)>]
member this.Variables : System.Collections.Generic.List<Microsoft.Quantum.QsCompiler.BondSchemas.LocalVariableDeclaration<string>> with get, set
Public Property Variables As List(Of LocalVariableDeclaration(Of String))

Property Value

List<LocalVariableDeclaration<String>>
Attributes
Bond.IdAttribute

Applies to