NVelocity.Runtime.VelocimacroManager.GetNamespace C# (CSharp) Method

GetNamespace() private method

public switch to let external user of manager to control namespace usage indep of properties. That way, for example, at startup the library files are loaded into global namespace returns the hash for the specified namespace. Will not create a new one if it doesn't exist
private GetNamespace ( String ns ) : Hashtable
ns String name of the namespace :)
return System.Collections.Hashtable
        private Hashtable GetNamespace(String ns)
        {
            return GetNamespace(ns, false);
        }

Same methods

VelocimacroManager::GetNamespace ( String ns, bool addIfNew ) : Hashtable