QsForStatement Class

Definition

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

Constructors

QsForStatement(Tuple<SymbolTuple,ResolvedType>, TypedExpression, QsScope)

Properties

Body
IterationValues
LoopItem

Methods

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

Applies to