Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Monobjc
Tools
Generator
Generators
ClassAdditionsGenerator
C# Class Monobjc.Tools.Generator.Generators.ClassAdditionsGenerator
Code generator for class's additions.
Inheritance:
ClassGenerator
Show 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