Example #1
0
        protected void ProcessType(Type type)
        {
            ClassDef def = ClassDef.FromType(type, this);

            AssemblyDef.AddClassDef(def);
        }