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

Code generator for protocol.
상속: TypedGenerator
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

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

Generates the specified entity.

Generate ( BaseEntity entity, bool standlone ) : void

Generates the specified entity.

메소드 상세

Generate() 공개 메소드

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

Generate() 공개 메소드

Generates the specified entity.
public Generate ( BaseEntity entity, bool standlone ) : void
entity BaseEntity The entity.
standlone bool if set to true, generate a standlone file.
리턴 void