TypeTransformationBase Class

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)]
[System.Serializable]
public class TypeTransformationBase
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)>]
[<System.Serializable>]
type TypeTransformationBase = class
Public Class TypeTransformationBase
Inheritance
TypeTransformationBase
Derived
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute SerializableAttribute

Constructors

TypeTransformationBase()
TypeTransformationBase(TransformationOptions)

Methods

OnArrayType(ResolvedType)
OnBigInt()
OnBool()
OnCallableInformation(CallableInformation)
OnCharacteristicsExpression(ResolvedCharacteristics)
OnDouble()
OnFunction(ResolvedType, ResolvedType)
OnInt()
OnInvalidType()
OnMissingType()
OnOperation(Tuple<ResolvedType,ResolvedType>, CallableInformation)
OnPauli()
OnQubit()
OnRange()
OnRangeInformation(QsNullable<Range>)
OnResult()
OnString()
OnTupleType(ImmutableArray<ResolvedType>)
OnType(ResolvedType)
OnTypeParameter(QsTypeParameter)
OnTypeRange(TypeRange)
OnUnitType()
OnUserDefinedType(UserDefinedType)

Applies to