SyntaxTree.AllPathsReturnValueOrFail(QsScope) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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