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