CSharpLineMappingWriter Class
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 ref class CSharpLineMappingWriter : IDisposable
public class CSharpLineMappingWriter : IDisposable
type CSharpLineMappingWriter = class
interface IDisposable
Public Class CSharpLineMappingWriter
Implements IDisposable
- Inheritance
-
CSharpLineMappingWriter
- Implements
Constructors
CSharpLineMappingWriter(CSharpCodeWriter, SourceLocation, Int32, String) | |
CSharpLineMappingWriter(CSharpCodeWriter, SourceLocation, Int32) | |
CSharpLineMappingWriter(CSharpCodeWriter, SourceLocation, String) |
Initializes a new instance of CSharpLineMappingWriter used for generation of runtime line mappings. The constructed instance of CSharpLineMappingWriter does not track mappings between the Razor content and the generated content. |
Methods
Dispose() | |
MarkLineMappingEnd() | |
MarkLineMappingStart() |