Freigeben über


SourceLocationTracker Konstruktoren

Definition

Überlädt

SourceLocationTracker()
SourceLocationTracker(SourceLocation)

SourceLocationTracker()

public:
 SourceLocationTracker();
public SourceLocationTracker ();
Public Sub New ()

Gilt für:

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)

Parameter

currentLocation
SourceLocation

Gilt für: