C# Class Monobjc.Tools.Generator.Generators.ClassAdditionsGenerator

Code generator for class's additions.
Inheritance: ClassGenerator
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
Generate ( BaseEntity entity ) : void

Generates the specified entity.

Method Details

Generate() public méthode

Generates the specified entity.
public Generate ( BaseEntity entity ) : void
entity BaseEntity The entity.
Résultat void