SyntaxTree.AllPathsReturnValueOrFail(QsScope) Method

Definition

public static Tuple<bool,Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic[]> AllPathsReturnValueOrFail (Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope body);
Microsoft.Quantum.QsCompiler.SyntaxProcessing.SyntaxTree.AllPathsReturnValueOrFail : Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope -> bool * Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic[]
Public Shared Function AllPathsReturnValueOrFail (body As QsScope) As Tuple(Of Boolean, QsCompilerDiagnostic())

Parameters

body
QsScope

Returns

Tuple<Boolean,QsCompilerDiagnostic[]>

Applies to