Nemerle.VisualStudio.Project.NemerleProjectNode.AddWizardCustomParams C# (CSharp) 메소드

AddWizardCustomParams() 보호된 메소드

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