LocationTagged<TValue> Constructors

Definition

Overloads

LocationTagged<TValue>(TValue, SourceLocation)
LocationTagged<TValue>(TValue, Int32, Int32, Int32)

LocationTagged<TValue>(TValue, SourceLocation)

public:
 LocationTagged(TValue value, Microsoft::AspNetCore::Razor::SourceLocation location);
public LocationTagged (TValue value, Microsoft.AspNetCore.Razor.SourceLocation location);
new Microsoft.AspNetCore.Razor.Text.LocationTagged<'Value> : 'Value * Microsoft.AspNetCore.Razor.SourceLocation -> Microsoft.AspNetCore.Razor.Text.LocationTagged<'Value>
Public Sub New (value As TValue, location As SourceLocation)

Parameters

value
TValue
location
SourceLocation

Applies to

LocationTagged<TValue>(TValue, Int32, Int32, Int32)

public:
 LocationTagged(TValue value, int offset, int line, int col);
public LocationTagged (TValue value, int offset, int line, int col);
new Microsoft.AspNetCore.Razor.Text.LocationTagged<'Value> : 'Value * int * int * int -> Microsoft.AspNetCore.Razor.Text.LocationTagged<'Value>
Public Sub New (value As TValue, offset As Integer, line As Integer, col As Integer)

Parameters

value
TValue
offset
Int32
line
Int32
col
Int32

Applies to