CSharpCodeWriter.BuildLineMapping(SourceLocation, Int32, String) Method
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.
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpLineMappingWriter ^ BuildLineMapping(Microsoft::AspNetCore::Razor::SourceLocation documentLocation, int contentLength, System::String ^ sourceFilename);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpLineMappingWriter BuildLineMapping (Microsoft.AspNetCore.Razor.SourceLocation documentLocation, int contentLength, string sourceFilename);
member this.BuildLineMapping : Microsoft.AspNetCore.Razor.SourceLocation * int * string -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpLineMappingWriter
Public Function BuildLineMapping (documentLocation As SourceLocation, contentLength As Integer, sourceFilename As String) As CSharpLineMappingWriter
Parameters
- documentLocation
- SourceLocation
- contentLength
- Int32
- sourceFilename
- String