Statements.NewConjugation(QsPositionedBlock, QsPositionedBlock) 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<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
- outer
- QsPositionedBlock
- inner
- QsPositionedBlock