Namespace

Namespaces are the first group of containers that may be stored in an AssemblyDef.   They may hold other Namespaces, or Class and Enum objects.  Namespace inherits from DataContainer.

Namespaces may be constructed directly, or through the Allocator object.

        Namespace::Namespace(std::string Name);

Get the qualified name of the Namespace.

        std::string ReverseName(DataContainer *child);