Click or drag to resize
Range Class

[Missing <summary> documentation for "T:VSCode.Range"]

Inheritance Hierarchy
SystemObject
  VSCodeRange

Namespace: VSCode
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public class Range

The Range type exposes the following members.

Constructors
  NameDescription
Public methodRange
Initializes a new instance of the Range class
Top
Properties
  NameDescription
Public propertyEnd
Public propertyStart
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also