다음을 통해 공유


CSharpCodeWriter.BuildLineMapping(SourceLocation, Int32, String) 메서드

정의

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

매개 변수

documentLocation
SourceLocation
contentLength
Int32
sourceFilename
String

반환

적용 대상