SyntaxTreeTransformation<T> Constructors
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.
Overloads
| SyntaxTreeTransformation<T>(T) | |
| SyntaxTreeTransformation<T>(T, TransformationOptions) |
SyntaxTreeTransformation<T>(T)
public SyntaxTreeTransformation (T state);
new Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<'T> : 'T -> Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<'T>
Public Sub New (state As T)
Parameters
- state
- T
Applies to
SyntaxTreeTransformation<T>(T, TransformationOptions)
public SyntaxTreeTransformation (T state, Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions options);
new Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<'T> : 'T * Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions -> Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<'T>
Public Sub New (state As T, options As TransformationOptions)
Parameters
- state
- T
- options
- TransformationOptions