LinePositionSpan(LinePosition, LinePosition) 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 the LinePositionSpan struct.
public LinePositionSpan(Microsoft.Testing.Platform.Extensions.Messages.LinePosition Start, Microsoft.Testing.Platform.Extensions.Messages.LinePosition End);
public LinePositionSpan(Microsoft.Testing.Platform.Extensions.Messages.LinePosition start, Microsoft.Testing.Platform.Extensions.Messages.LinePosition end);
new Microsoft.Testing.Platform.Extensions.Messages.LinePositionSpan : Microsoft.Testing.Platform.Extensions.Messages.LinePosition * Microsoft.Testing.Platform.Extensions.Messages.LinePosition -> Microsoft.Testing.Platform.Extensions.Messages.LinePositionSpan
new Microsoft.Testing.Platform.Extensions.Messages.LinePositionSpan : Microsoft.Testing.Platform.Extensions.Messages.LinePosition * Microsoft.Testing.Platform.Extensions.Messages.LinePosition -> Microsoft.Testing.Platform.Extensions.Messages.LinePositionSpan
Public Sub New (Start As LinePosition, End As LinePosition)
Public Sub New (start As LinePosition, end As LinePosition)
Parameters
- Startstart
- LinePosition
Start line position.
- Endend
- LinePosition
End line position.