InferredExpressionInformation Class

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.RecordType)]
[System.Serializable]
public sealed class InferredExpressionInformation : IComparable, IComparable<Microsoft.Quantum.QsCompiler.SyntaxTree.InferredExpressionInformation>, IEquatable<Microsoft.Quantum.QsCompiler.SyntaxTree.InferredExpressionInformation>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.RecordType)>]
[<System.Serializable>]
type InferredExpressionInformation = {}
Public NotInheritable Class InferredExpressionInformation
Implements IComparable, IComparable(Of InferredExpressionInformation), IEquatable(Of InferredExpressionInformation), IStructuralComparable, IStructuralEquatable
Inheritance
InferredExpressionInformation
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute SerializableAttribute
Implements

Constructors

InferredExpressionInformation(Boolean, Boolean)

Properties

HasLocalQuantumDependency
IsMutable
ParameterDeclaration

Methods

CompareTo(InferredExpressionInformation)
CompareTo(Object)
CompareTo(Object, IComparer)
Equals(InferredExpressionInformation)
Equals(Object)
Equals(Object, IEqualityComparer)
GetHashCode()
GetHashCode(IEqualityComparer)
ToString()

Applies to