LocationTagged<T> Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| LocationTagged<T>(T, SourceLocation) |
Este tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu code.Initializes uma nova instância da LocationTagged<T> classe. |
| LocationTagged<T>(T, Int32, Int32, Int32) |
Este tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu code.Initializes uma nova instância da LocationTagged<T> classe. |
LocationTagged<T>(T, SourceLocation)
Este tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu code.Initializes uma nova instância da LocationTagged<T> classe.
public LocationTagged (T value, System.Web.Razor.Text.SourceLocation location);
new System.Web.Razor.Text.LocationTagged<'T> : 'T * System.Web.Razor.Text.SourceLocation -> System.Web.Razor.Text.LocationTagged<'T>
Public Sub New (value As T, location As SourceLocation)
Parâmetros
- value
- T
O valor da origem.
- location
- SourceLocation
A localização da origem.
Aplica-se a
LocationTagged<T>(T, Int32, Int32, Int32)
Este tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu code.Initializes uma nova instância da LocationTagged<T> classe.
public LocationTagged (T value, int offset, int line, int col);
new System.Web.Razor.Text.LocationTagged<'T> : 'T * int * int * int -> System.Web.Razor.Text.LocationTagged<'T>
Public Sub New (value As T, offset As Integer, line As Integer, col As Integer)
Parâmetros
- value
- T
O valor da origem.
- offset
- Int32
O deslocamento.
- line
- Int32
A linha.
- col
- Int32
A localização da coluna da origem.