Range Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.NonPublicRepresentation | Microsoft.FSharp.Core.SourceConstructFlags.SumType)]
[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Serializable]
public sealed class Range : IComparable, IComparable<Microsoft.Quantum.QsCompiler.DataTypes.Range>, IEquatable<Microsoft.Quantum.QsCompiler.DataTypes.Range>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.NonPublicRepresentation | Microsoft.FSharp.Core.SourceConstructFlags.SumType)>]
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Serializable>]
type Range = class
interface IEquatable<Range>
interface IStructuralEquatable
interface IComparable<Range>
interface IComparable
interface IStructuralComparable
Public NotInheritable Class Range
Implements IComparable, IComparable(Of Range), IEquatable(Of Range), IStructuralComparable, IStructuralEquatable
- Inheritance
-
Range
- Attributes
- Implements
Properties
| End | |
| Start | |
| Zero |
Methods
Operators
| Addition(Position, Range) | |
| Equality(Range, Range) | |
| Subtraction(Range, Position) |
Extension Methods
| DiagnosticString(Range) | |
| ToLsp(Range) |
Converts |