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