QsRepeatStatement Class

Definition

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

Constructors

QsRepeatStatement(QsPositionedBlock, TypedExpression, QsPositionedBlock)

Properties

FixupBlock
RepeatBlock
SuccessCondition

Methods

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

Applies to