Share via


LineMapping(MappingLocation, MappingLocation) Constructor

Definition

public:
 LineMapping(Microsoft::AspNetCore::Razor::CodeGenerators::MappingLocation ^ documentLocation, Microsoft::AspNetCore::Razor::CodeGenerators::MappingLocation ^ generatedLocation);
public LineMapping (Microsoft.AspNetCore.Razor.CodeGenerators.MappingLocation documentLocation, Microsoft.AspNetCore.Razor.CodeGenerators.MappingLocation generatedLocation);
new Microsoft.AspNetCore.Razor.CodeGenerators.LineMapping : Microsoft.AspNetCore.Razor.CodeGenerators.MappingLocation * Microsoft.AspNetCore.Razor.CodeGenerators.MappingLocation -> Microsoft.AspNetCore.Razor.CodeGenerators.LineMapping
Public Sub New (documentLocation As MappingLocation, generatedLocation As MappingLocation)

Parameters

documentLocation
MappingLocation
generatedLocation
MappingLocation

Applies to