QsTuple<Item>.QsTupleItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<>+QsTupleItem@DebugTypeProxy))]
[System.Serializable]
public class QsTuple<Item>.QsTupleItem : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Item>
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<>+QsTupleItem@DebugTypeProxy))>]
[<System.Serializable>]
QsTuple<'Item>.QsTupleItem : 'Item -> QsTuple<'Item>
Public Class QsTuple(Of Item).QsTupleItem
Inherits QsTuple(Of Item)
Type Parameters
- Item
- Inheritance
- 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>) |