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

Code generator for protocol.
Inheritance: TypedGenerator
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
Generate ( BaseEntity entity ) : void

Generates the specified entity.

Generate ( BaseEntity entity, bool standlone ) : 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

Generate() public méthode

Generates the specified entity.
public Generate ( BaseEntity entity, bool standlone ) : void
entity BaseEntity The entity.
standlone bool if set to true, generate a standlone file.
Résultat void