Statements.NewConjugation(QsPositionedBlock, QsPositionedBlock) Method

Definition

public static Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement,Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic[]> NewConjugation (Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock outer, Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock inner);
Microsoft.Quantum.QsCompiler.SyntaxProcessing.Statements.NewConjugation : Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock * Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement * Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic[]
Public Shared Function NewConjugation (outer As QsPositionedBlock, inner As QsPositionedBlock) As Tuple(Of QsStatement, QsCompilerDiagnostic())

Parameters

Returns

Tuple<QsStatement,QsCompilerDiagnostic[]>

Applies to