| 
        public interface ISymbolNamespace
       | 
| Name | Read-only Gets the current namespace. | 
| GetNamespaces | Gets the child members of the current namespace. | 
| GetVariables | Gets all the variables defined at global scope within the current namespace. | 
| 
            string Name {get;}
           | 
| 
            ISymbolNamespace[] GetNamespaces(); | 
| 
            ISymbolVariable[] GetVariables(); |