The properties of the CodeGenerator class are listed below. For a complete list of CodeGenerator class members, see the CodeGenerator Members topic.
CurrentClassName | Gets or sets the current class name. |
CurrentMember | Gets or sets the current member of the class. |
CurrentMemberName | Gets or sets the current member name. |
CurrentNamespace | Gets or sets the name of the current namespace. |
Indent | Gets or sets the amount of spaces to indent. |
IsCurrentClass | Gets or sets a value indicating whether the current object represented is the current class. |
IsCurrentDelegate | Gets or sets a value indicating whether the current object represented is the current delegate. |
IsCurrentEnum | Gets or sets a value indicating whether the current object represented is the current enumeration. |
IsCurrentInterface | Gets or sets a value indicating whether the current object represented is the current interface. |
IsCurrentStruct | Gets or sets a value indicating whether the current object represented is the current structure. |
Output | Gets or sets the TextWriter to use for output. |