Struct Range
Namespace:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public struct Range
Properties
| Improve this Doc View SourceEnd
Gets or sets the ending position of the range.
Declaration
public Position End { get; set; }
Type | Description |
---|---|
Position |
Start
Gets or sets the starting position of the range.
Declaration
public Position Start { get; set; }
Type | Description |
---|---|
Position |