MvcCSharpCodeVisitor(CSharpCodeWriter, CodeGeneratorContext) Constructor
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:
MvcCSharpCodeVisitor(Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ writer, Microsoft::AspNetCore::Razor::CodeGenerators::CodeGeneratorContext ^ context);
public MvcCSharpCodeVisitor (Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter writer, Microsoft.AspNetCore.Razor.CodeGenerators.CodeGeneratorContext context);
new Microsoft.AspNetCore.Mvc.Razor.MvcCSharpCodeVisitor : Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter * Microsoft.AspNetCore.Razor.CodeGenerators.CodeGeneratorContext -> Microsoft.AspNetCore.Mvc.Razor.MvcCSharpCodeVisitor
Public Sub New (writer As CSharpCodeWriter, context As CodeGeneratorContext)
Parameters
- writer
- CSharpCodeWriter
- context
- CodeGeneratorContext