C# 클래스 Fanx.Emit.FClassEmit

FClassEmit emits a normal class type.
상속: FTypeEmit
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
FClassEmit ( Emitter emitter, Type parent, FType type ) : System.Collections

보호된 메소드들

메소드 설명
@base ( ) : string
emitType ( ) : void

메소드 상세

@base() 보호된 메소드

protected @base ( ) : string
리턴 string

FClassEmit() 공개 메소드

public FClassEmit ( Emitter emitter, Type parent, FType type ) : System.Collections
emitter Emitter
parent Fan.Sys.Type
type Fanx.Fcode.FType
리턴 System.Collections

emitType() 보호된 메소드

protected emitType ( ) : void
리턴 void