@target_class = CodeTypeDeclaration.new(@class_name)
@target_class.IsClass = true
@target_class.TypeAttributes = class_attrs
@nspace_holder.Types.Add(@target_class)