Microsoft.Quantum.QsCompiler.Transformations.QsCodeOutput Namespace
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.
Syntax |
Class used to generate Q# code for compiled Q# namespaces. Upon calling Transform, the Output property is set to the Q# code corresponding to the given namespace. |
Syntax |
Class used to generate Q# code for Q# expressions. Upon calling Transform, the Output property is set to the Q# code corresponding to an expression of the given kind. |
Syntax |
|
Syntax |
Class used to generate Q# code for Q# statements. Upon calling Transform, the _Output property of the scope transformation given on initialization is set to the Q# code corresponding to a statement of the given kind. |
Syntax |
Class used to generate Q# code for Q# statements. Upon calling Transform, the Output property is set to the Q# code corresponding to the given statement block. |
Syntax |
|
Syntax |
Class used to generate Q# code for Q# types. Adds an Output string property to ExpressionTypeTransformation, that upon calling Transform on a Q# type is set to the Q# code corresponding to that type. |
Transformation |
Class used to represent contextual information for expression transformations. |