Changing Namespace
Changing Namespace
Comments
-
Hello!
I wanted to know if it is possible to change the namespace of a data structure once it is created? -
Hello!
Once a data structure is created the name-space cannot be modified.
For a new name-space we will have to recreate the data structure and update every place the original data structure was used.