QsStatement Class

Definition

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

Constructors

QsStatement(QsStatementKind, LocalDeclarations, QsNullable<QsLocation>, QsComments)

Properties

Comments
Location
Statement
SymbolDeclarations

Methods

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

Applies to