QsTuple<Item>.QsTuple Class

Definition

[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<>+QsTuple@DebugTypeProxy))]
[System.Serializable]
public class QsTuple<Item>.QsTuple : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Item>
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<>+QsTuple@DebugTypeProxy))>]
[<System.Serializable>]
QsTuple<'Item>.QsTuple : ImmutableArray<QsTuple<'Item>> -> QsTuple<'Item>
Public Class QsTuple(Of Item).QsTuple
Inherits QsTuple(Of Item)

Type Parameters

Item
Inheritance
QsTuple<Item>.QsTuple
Attributes

Properties

IsQsTuple (Inherited from QsTuple<Item>)
IsQsTupleItem (Inherited from QsTuple<Item>)
Item
Tag (Inherited from QsTuple<Item>)

Methods

CompareTo(Object) (Inherited from QsTuple<Item>)
CompareTo(Object, IComparer) (Inherited from QsTuple<Item>)
CompareTo(QsTuple<Item>) (Inherited from QsTuple<Item>)
Equals(Object) (Inherited from QsTuple<Item>)
Equals(Object, IEqualityComparer) (Inherited from QsTuple<Item>)
Equals(QsTuple<Item>) (Inherited from QsTuple<Item>)
GetHashCode() (Inherited from QsTuple<Item>)
GetHashCode(IEqualityComparer) (Inherited from QsTuple<Item>)
ToString() (Inherited from QsTuple<Item>)

Applies to