QsStatementKind.QsRepeatStatement 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.SyntaxTree.QsStatementKind+QsRepeatStatement@DebugTypeProxy))]
[System.Serializable]
public class QsStatementKind.QsRepeatStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind+QsRepeatStatement@DebugTypeProxy))>]
[<System.Serializable>]
QsStatementKind.QsRepeatStatement : QsRepeatStatement -> QsStatementKind
Public Class QsStatementKind.QsRepeatStatement
Inherits QsStatementKind
- Inheritance
- Attributes
Properties
| IsEmptyStatement | (Inherited from QsStatementKind) |
| IsQsConditionalStatement | (Inherited from QsStatementKind) |
| IsQsConjugation | (Inherited from QsStatementKind) |
| IsQsExpressionStatement | (Inherited from QsStatementKind) |
| IsQsFailStatement | (Inherited from QsStatementKind) |
| IsQsForStatement | (Inherited from QsStatementKind) |
| IsQsQubitScope | (Inherited from QsStatementKind) |
| IsQsRepeatStatement | (Inherited from QsStatementKind) |
| IsQsReturnStatement | (Inherited from QsStatementKind) |
| IsQsValueUpdate | (Inherited from QsStatementKind) |
| IsQsVariableDeclaration | (Inherited from QsStatementKind) |
| IsQsWhileStatement | (Inherited from QsStatementKind) |
| Item | |
| Tag | (Inherited from QsStatementKind) |
Methods
| CompareTo(Object) | (Inherited from QsStatementKind) |
| CompareTo(Object, IComparer) | (Inherited from QsStatementKind) |
| CompareTo(QsStatementKind) | (Inherited from QsStatementKind) |
| Equals(Object) | (Inherited from QsStatementKind) |
| Equals(Object, IEqualityComparer) | (Inherited from QsStatementKind) |
| Equals(QsStatementKind) | (Inherited from QsStatementKind) |
| GetHashCode() | (Inherited from QsStatementKind) |
| GetHashCode(IEqualityComparer) | (Inherited from QsStatementKind) |
| ToString() | (Inherited from QsStatementKind) |