NVelocity.Runtime.VelocimacroManager.VelocimacroManager C# (CSharp) Метод

VelocimacroManager() приватный Метод

Adds the global namespace to the hash.
private VelocimacroManager ( IRuntimeServices rs ) : System
rs IRuntimeServices
Результат System
        internal VelocimacroManager(IRuntimeServices rs)
        {
            InitBlock();
            runtimeServices = rs;

            /*
            *  add the global namespace to the namespace hash. We always have that.
            */

            AddNamespace(GLOBAL_NAMESPACE);
        }