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

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

공개 메소드들

메소드 설명
Generate ( BaseEntity entity ) : void
Generate ( TypedEntity typedEntity, ConstantEntity entity ) : void

Generates the specified entity.

메소드 상세

Generate() 공개 메소드

public Generate ( BaseEntity entity ) : void
entity BaseEntity
리턴 void

Generate() 공개 메소드

Generates the specified entity.
public Generate ( TypedEntity typedEntity, ConstantEntity entity ) : void
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
entity ConstantEntity The entity.
리턴 void