We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f1438 commit 653b779Copy full SHA for 653b779
src/runtime/assemblymanager.cs
@@ -399,6 +399,7 @@ public static AssemblyName[] ListAssemblies()
399
//===================================================================
400
401
public static bool IsValidNamespace(string name)
402
+ {
403
return !String.IsNullOrEmpty(name) && namespaces.ContainsKey(name);
404
}
405
@@ -482,4 +483,4 @@ public static Type LookupType(string qname)
482
483
return null;
484
485
-}
486
+}
0 commit comments