TypeTransformationBase Constructors

Definition

Overloads

TypeTransformationBase()
TypeTransformationBase(TransformationOptions)

TypeTransformationBase()

public TypeTransformationBase ();
Public Sub New ()

Applies to

TypeTransformationBase(TransformationOptions)

public TypeTransformationBase (Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions options);
new Microsoft.Quantum.QsCompiler.Transformations.Core.TypeTransformationBase : Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions -> Microsoft.Quantum.QsCompiler.Transformations.Core.TypeTransformationBase
Public Sub New (options As TransformationOptions)

Parameters

Applies to