Skip to content

Instantly share code, notes, and snippets.

@rippinrobr
Created November 18, 2010 02:04
Show Gist options
  • Save rippinrobr/704523 to your computer and use it in GitHub Desktop.
Save rippinrobr/704523 to your computer and use it in GitHub Desktop.
Creating the class's type
@target_class = CodeTypeDeclaration.new(@class_name)
@target_class.IsClass = true
@target_class.TypeAttributes = class_attrs
@nspace_holder.Types.Add(@target_class)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment