CSharpCodeGenerator.BuildClassDeclaration(CSharpCodeWriter) Method
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.
protected:
virtual Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWritingScope BuildClassDeclaration(Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ writer);
protected virtual Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWritingScope BuildClassDeclaration (Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter writer);
abstract member BuildClassDeclaration : Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWritingScope
override this.BuildClassDeclaration : Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWritingScope
Protected Overridable Function BuildClassDeclaration (writer As CSharpCodeWriter) As CSharpCodeWritingScope
Parameters
- writer
- CSharpCodeWriter