ValidateMonomorphization 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.
Validates that the monomorphization transformation has removed all references to generic objects.
public class ValidateMonomorphization : Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<Microsoft.Quantum.QsCompiler.Transformations.Monomorphization.Validation.ValidateMonomorphization.TransformationState>
type ValidateMonomorphization = class
inherit SyntaxTreeTransformation<ValidateMonomorphization.TransformationState>
Public Class ValidateMonomorphization
Inherits SyntaxTreeTransformation(Of ValidateMonomorphization.TransformationState)
- Inheritance
-
ValidateMonomorphization
Properties
| ExpressionKinds | (Inherited from SyntaxTreeTransformation<T>) |
| Expressions | (Inherited from SyntaxTreeTransformation<T>) |
| Namespaces | (Inherited from SyntaxTreeTransformation<T>) |
| SharedState | (Inherited from SyntaxTreeTransformation<T>) |
| StatementKinds | (Inherited from SyntaxTreeTransformation<T>) |
| Statements | (Inherited from SyntaxTreeTransformation<T>) |
| Types | (Inherited from SyntaxTreeTransformation<T>) |