Babel.Compiler.SupertypingAdapter.SupertypingAdapter C# (CSharp) Method

SupertypingAdapter() public method

public SupertypingAdapter ( TypeData adapteeType ) : System
adapteeType TypeData
return System
        public SupertypingAdapter(TypeData adapteeType)
        {
            this.adapteeType = adapteeType;
            this.typeBuilder = null;
            this.typeData = null;
            this.adapteeField = null;
            this.constructor = null;
            this.methods = new ArrayList();
        }
SupertypingAdapter