Share via


CodeGeneratorContext.GeneratedClass Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the generated class type declaration.

public System.CodeDom.CodeTypeDeclaration GeneratedClass { get; }
member this.GeneratedClass : System.CodeDom.CodeTypeDeclaration
Public ReadOnly Property GeneratedClass As CodeTypeDeclaration

Property Value

The generated class type declaration.

Applies to