Compartir a través de


SourceLocation(Int32, Int32, Int32) Constructor

Definición

Este tipo o miembro admite la infraestructura de .NET Framework y no está pensado para usarse directamente desde el código. Inicializa una nueva instancia de la SourceLocation clase .

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)

Parámetros

absoluteIndex
Int32

Índice absoluto.

lineIndex
Int32

Índice de línea.

characterIndex
Int32

Índice de carácter.

Se aplica a