次の方法で共有


CSharpCodeGenerator.BuildClassDeclaration(CSharpCodeWriter) メソッド

定義

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

パラメーター

戻り値

適用対象