protected String getRootNamespaceParameter()

in src/main/org/apache/ant/dotnet/compile/VisualBasicCompile.java [245:251]


    protected String getRootNamespaceParameter() {
        if (rootNamespace != null && rootNamespace.length() != 0) {
            return "/rootnamespace:" + rootNamespace;
        } else {
            return null;
        }
    }