SourceLocationTracker 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
SourceLocationTracker() | |
SourceLocationTracker(SourceLocation) |
SourceLocationTracker()
public:
SourceLocationTracker();
public SourceLocationTracker ();
Public Sub New ()
Applies to
SourceLocationTracker(SourceLocation)
public:
SourceLocationTracker(Microsoft::AspNetCore::Razor::SourceLocation currentLocation);
public SourceLocationTracker (Microsoft.AspNetCore.Razor.SourceLocation currentLocation);
new Microsoft.AspNetCore.Razor.Text.SourceLocationTracker : Microsoft.AspNetCore.Razor.SourceLocation -> Microsoft.AspNetCore.Razor.Text.SourceLocationTracker
Public Sub New (currentLocation As SourceLocation)
Parameters
- currentLocation
- SourceLocation