C# 클래스 Monobjc.Tools.Generator.Generators.ClassAdditionsGenerator

Code generator for class's additions.
상속: ClassGenerator
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
Generate ( BaseEntity entity ) : void

Generates the specified entity.

메소드 상세

Generate() 공개 메소드

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