QsQubitScope Class

Definition

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

Constructors

QsQubitScope(QsQubitScopeKind, QsBinding<ResolvedInitializer>, QsScope)

Properties

Binding
Body
Kind

Methods

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

Applies to