C# Класс Monobjc.Tools.Generator.Generators.ProtocolGenerator

Code generator for protocol.
Наследование: TypedGenerator
Показать файл Открыть проект

Открытые методы

Метод Описание
Generate ( BaseEntity entity ) : void

Generates the specified entity.

Описание методов

Generate() публичный Метод

Generates the specified entity.
public Generate ( BaseEntity entity ) : void
entity BaseEntity The entity.
Результат void