QsFragment Class

Definition

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

Constructors

QsFragment(QsFragmentKind, Range, ImmutableArray<QsCompilerDiagnostic>, String)

Properties

Diagnostics
Kind
Range
Text

Methods

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

Applies to