Nemerle.VisualStudio.Project.NemerleProjectNode.AddWizardCustomParams C# (CSharp) Method

AddWizardCustomParams() protected method

protected AddWizardCustomParams ( HierarchyNode parent, string file, string>.Dictionary customParams ) : void
parent HierarchyNode
file string
customParams string>.Dictionary
return void
        protected override void AddWizardCustomParams(HierarchyNode parent, string file, Dictionary<string, string> customParams)
        {
            customParams["itemnamespace"] = GetNamespace(parent);
        }