CallableInformation Class

Definition

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

Constructors

CallableInformation(ResolvedCharacteristics, InferredCallableInformation)

Properties

Characteristics
InferredInformation
Invalid
NoInformation

Methods

Common(IEnumerable<CallableInformation>)
CompareTo(CallableInformation)
CompareTo(Object)
CompareTo(Object, IComparer)
Equals(CallableInformation)
Equals(Object)
Equals(Object, IEqualityComparer)
GetHashCode()
GetHashCode(IEqualityComparer)
ToString()

Applies to