OffsetRange(Int32, Int32) Constructor
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.
Initializes a new instance of a OffsetRange with the specified start point, and length.
public OffsetRange (int start, int length);
new Microsoft.VisualStudio.RpcContracts.Editor.OffsetRange : int * int -> Microsoft.VisualStudio.RpcContracts.Editor.OffsetRange
Public Sub New (start As Integer, length As Integer)
Parameters
- start
- Int32
The starting point of the range.
- length
- Int32
The length of the range.
Exceptions
length
is negative.