Share via


SourceLocationTracker Constructors

Definition

Overloads

SourceLocationTracker()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SourceLocationTracker class.

SourceLocationTracker(SourceLocation)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SourceLocationTracker class.

SourceLocationTracker()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SourceLocationTracker class.

public SourceLocationTracker ();
Public Sub New ()

Applies to

SourceLocationTracker(SourceLocation)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SourceLocationTracker class.

public SourceLocationTracker (System.Web.Razor.Text.SourceLocation currentLocation);
new System.Web.Razor.Text.SourceLocationTracker : System.Web.Razor.Text.SourceLocation -> System.Web.Razor.Text.SourceLocationTracker
Public Sub New (currentLocation As SourceLocation)

Parameters

currentLocation
SourceLocation

The current location of the source.

Applies to