C# Class Fanx.Emit.FClassEmit

FClassEmit emits a normal class type.
Inheritance: FTypeEmit
Show file Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
FClassEmit ( Emitter emitter, Type parent, FType type ) : System.Collections

Protected Methods

Method Description
@base ( ) : string
emitType ( ) : void

Method Details

@base() protected method

protected @base ( ) : string
return string

FClassEmit() public method

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

emitType() protected method

protected emitType ( ) : void
return void