Span::FromBounds Method (Int32, Int32)
Visual Studio 2015
Initializes a new instance of a Span with the given start and end positions.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- start
-
Type:
System::Int32
The start position of the new span.
- end
-
Type:
System::Int32
The end position of the new Span.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | start is less than zero, or end is less than start. |
Show: