QsStatementKind.NewQsVariableDeclaration Method

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 3)]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind NewQsVariableDeclaration (Microsoft.Quantum.QsCompiler.SyntaxTree.QsBinding<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression> item);
Public Shared Function NewQsVariableDeclaration (item As QsBinding(Of TypedExpression)) As QsStatementKind

Parameters

Returns

QsStatementKind
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to