QsStatementKind.NewQsReturnStatement(TypedExpression) Method

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 1)]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind NewQsReturnStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression item);
Public Shared Function NewQsReturnStatement (item As TypedExpression) As QsStatementKind

Parameters

Returns

QsStatementKind
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to