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.
Class which represents a text document text range.
See the Language Server Protocol specification for additional information.
public ref class Range : IEquatable<Microsoft::VisualStudio::LanguageServer::Protocol::Range ^>
[System.Runtime.Serialization.DataContract]
public class Range : IEquatable<Microsoft.VisualStudio.LanguageServer.Protocol.Range>
[<System.Runtime.Serialization.DataContract>]
type Range = class
interface IEquatable<Range>
Public Class Range
Implements IEquatable(Of Range)
- Inheritance
-
Range
- Attributes
- Implements
Constructors
Range() |
Properties
End |
Gets or sets the text end position. |
Start |
Gets or sets the text start position. |
Methods
Equals(Object) | |
Equals(Range) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | Serves as the default hash function. |
Operators
Equality(Range, Range) | |
Inequality(Range, Range) |