C# 클래스 Babel.Compiler.SupertypingAdapter

파일 보기 프로젝트 열기: shugo/babel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
adapteeField System.Reflection.Emit.FieldBuilder
adapteeType TypeData
constructor System.Reflection.Emit.ConstructorBuilder
methods System.Collections.ArrayList
typeBuilder System.Reflection.Emit.TypeBuilder
typeData TypeData

공개 메소드들

메소드 설명
SupertypingAdapter ( TypeData adapteeType ) : System

메소드 상세

SupertypingAdapter() 공개 메소드

public SupertypingAdapter ( TypeData adapteeType ) : System
adapteeType TypeData
리턴 System

프로퍼티 상세

adapteeField 보호되어 있는 프로퍼티

protected FieldBuilder,System.Reflection.Emit adapteeField
리턴 System.Reflection.Emit.FieldBuilder

adapteeType 보호되어 있는 프로퍼티

protected TypeData adapteeType
리턴 TypeData

constructor 보호되어 있는 프로퍼티

protected ConstructorBuilder,System.Reflection.Emit constructor
리턴 System.Reflection.Emit.ConstructorBuilder

methods 보호되어 있는 프로퍼티

protected ArrayList,System.Collections methods
리턴 System.Collections.ArrayList

typeBuilder 보호되어 있는 프로퍼티

protected TypeBuilder,System.Reflection.Emit typeBuilder
리턴 System.Reflection.Emit.TypeBuilder

typeData 보호되어 있는 프로퍼티

protected TypeData typeData
리턴 TypeData