ResolvedType Class

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.NonPublicRepresentation | Microsoft.FSharp.Core.SourceConstructFlags.RecordType)]
[Microsoft.FSharp.Core.CustomComparison]
[Microsoft.FSharp.Core.CustomEquality]
[System.Serializable]
public sealed class ResolvedType : IComparable, Microsoft.Quantum.QsCompiler.SyntaxTokens.ITuple
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.NonPublicRepresentation | Microsoft.FSharp.Core.SourceConstructFlags.RecordType)>]
[<Microsoft.FSharp.Core.CustomComparison>]
[<Microsoft.FSharp.Core.CustomEquality>]
[<System.Serializable>]
type ResolvedType = class
    interface IComparable
    interface ITuple
Public NotInheritable Class ResolvedType
Implements IComparable, ITuple
Inheritance
ResolvedType
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute Microsoft.FSharp.Core.CustomComparisonAttribute Microsoft.FSharp.Core.CustomEqualityAttribute SerializableAttribute
Implements

Properties

Range
Resolution

Methods

Equals(Object)
GetHashCode()
New(QsTypeKind<ResolvedType,UserDefinedType,QsTypeParameter,CallableInformation>)
ResolveTypeParameters(ImmutableDictionary<Tuple<QsQualifiedName,String>,ResolvedType>, ResolvedType)
ToString()

Extension Methods

TryGetArgumentType(ResolvedType)
TryGetCallableInformation(ResolvedType)
TryGetReturnType(ResolvedType)

Applies to