次の方法で共有


OffsetRange(Int32, Int32) Constructor

Definition

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.

Applies to