QsWhileStatement Class

Definition

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

Constructors

QsWhileStatement(TypedExpression, QsScope)

Properties

Body
Condition

Methods

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

Applies to