LocationTagged<TValue> Constructors
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.
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