public void GetAllTypes(HashSet <string> type)
 {
     m_RootNamespaceGroup.GetAllTypesRecursively(type);
 }