ExpressionTransformation<T> Class
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.
[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)]
[System.Serializable]
public class ExpressionTransformation<T> : Microsoft.Quantum.QsCompiler.Transformations.Core.ExpressionTransformationBase
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)>]
[<System.Serializable>]
type ExpressionTransformation<'T> = class
inherit ExpressionTransformationBase
Public Class ExpressionTransformation(Of T)
Inherits ExpressionTransformationBase
Type Parameters
- T
- Inheritance
- Derived
- Attributes
-
Microsoft.FSharp.Core.CompilationMappingAttribute SerializableAttribute
Constructors
Properties
| ExpressionKinds | (Inherited from ExpressionTransformationBase) |
| SharedState | |
| Transformation | |
| Types | (Inherited from ExpressionTransformationBase) |
Methods
| OnExpressionInformation(InferredExpressionInformation) | (Inherited from ExpressionTransformationBase) |
| OnRangeInformation(QsNullable<Range>) |
Obsolete.
(Inherited from ExpressionTransformationBase)
|
| OnTypedExpression(TypedExpression) | (Inherited from ExpressionTransformationBase) |
| OnTypeParamResolutions(ImmutableDictionary<Tuple<QsQualifiedName,String>,ResolvedType>) | (Inherited from ExpressionTransformationBase) |