Share via


SourceLocation(Int32, Int32, Int32) Constructor

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SourceLocation class.

public SourceLocation (int absoluteIndex, int lineIndex, int characterIndex);
new System.Web.Razor.Text.SourceLocation : int * int * int -> System.Web.Razor.Text.SourceLocation
Public Sub New (absoluteIndex As Integer, lineIndex As Integer, characterIndex As Integer)

Parameters

absoluteIndex
Int32

The absolute index.

lineIndex
Int32

The line index.

characterIndex
Int32

The character index.

Applies to