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

Code generator for class's additions.
Inheritance: ClassGenerator
ファイルを表示 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