* typemanager.cs: Property.GetGetMethod() does not return the method if it
[mono.git] / mcs / mbas / namespace.cs
index a68e321828701de61aac1e48a8fbd7c0f2c0483a..6cb6b3c5908d75a183494d30509063a82bd91dbc 100644 (file)
@@ -57,5 +57,13 @@ namespace Mono.MonoBASIC {
                                return parent;
                        }
                }
+               
+               /// <summary>
+               ///   Show the qualified name of the namespace contained here
+               /// </summary>
+               public override string ToString() {
+                       return Name;
+               }
+               
        }
 }