PureCircuitAPI.Expression.Tuple 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.Experimental.PureCircuitAPI+Expression+Tuple@DebugTypeProxy))]
[System.Serializable]
public class PureCircuitAPI.Expression.Tuple : Microsoft.Quantum.QsCompiler.Experimental.PureCircuitAPI.Expression
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.Experimental.PureCircuitAPI+Expression+Tuple@DebugTypeProxy))>]
[<System.Serializable>]
PureCircuitAPI.Expression.Tuple : ImmutableArray<PureCircuitAPI.Expression> -> PureCircuitAPI.Expression
Public Class PureCircuitAPI.Expression.Tuple
Inherits PureCircuitAPI.Expression
- Inheritance
- Attributes
Properties
| IsLiteral | (Inherited from PureCircuitAPI.Expression) |
| IsQubit | (Inherited from PureCircuitAPI.Expression) |
| IsQubitArray | (Inherited from PureCircuitAPI.Expression) |
| IsTuple | (Inherited from PureCircuitAPI.Expression) |
| IsUnknownValue | (Inherited from PureCircuitAPI.Expression) |
| Item | |
| Tag | (Inherited from PureCircuitAPI.Expression) |
Methods
| CompareTo(Object) | (Inherited from PureCircuitAPI.Expression) |
| CompareTo(Object, IComparer) | (Inherited from PureCircuitAPI.Expression) |
| CompareTo(PureCircuitAPI+Expression) | (Inherited from PureCircuitAPI.Expression) |
| Equals(Object) | (Inherited from PureCircuitAPI.Expression) |
| Equals(Object, IEqualityComparer) | (Inherited from PureCircuitAPI.Expression) |
| Equals(PureCircuitAPI+Expression) | (Inherited from PureCircuitAPI.Expression) |
| GetHashCode() | (Inherited from PureCircuitAPI.Expression) |
| GetHashCode(IEqualityComparer) | (Inherited from PureCircuitAPI.Expression) |
| ToString() | (Inherited from PureCircuitAPI.Expression) |