Share via


Full Class Renaming (default)

The default methodology renames the class and namespace name to a new, smaller name. The idea behind this is quite simple. Our example becomes:

Original Name New Name
Preemptive.Application.Main a
Preemptive.Application.LoadData b
Preemptive.Tools.BinaryTree c
Preemptive.Tools.LinkedList d

Note that all classes are now in the “global” namespace.

© 2002-2007 PreEmptive Solutions. All rights reserved.