CodeVisitor<TWriter> 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.
generic <typename TWriter>
where TWriter : CodeWriterpublic ref class CodeVisitor : Microsoft::AspNetCore::Razor::CodeGenerators::Visitors::ChunkVisitor<TWriter>
public class CodeVisitor<TWriter> : Microsoft.AspNetCore.Razor.CodeGenerators.Visitors.ChunkVisitor<TWriter> where TWriter : CodeWriter
type CodeVisitor<'Writer (requires 'Writer :> CodeWriter)> = class
inherit ChunkVisitor<'Writer (requires 'Writer :> CodeWriter)>
Public Class CodeVisitor(Of TWriter)
Inherits ChunkVisitor(Of TWriter)
Type Parameters
- TWriter
- Inheritance
- Derived
Constructors
CodeVisitor<TWriter>(TWriter, CodeGeneratorContext) |
Properties
Context | (Inherited from ChunkVisitor<TWriter>) |
Writer | (Inherited from ChunkVisitor<TWriter>) |