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

Code generator for protocol.
Inheritance: TypedGenerator
Mostra file Open project: Monobjc/monobjc-tools

Public Methods

Method Description
Generate ( BaseEntity entity ) : void

Generates the specified entity.

Method Details

Generate() public method

Generates the specified entity.
public Generate ( BaseEntity entity ) : void
entity BaseEntity The entity.
return void