Beispiel #1
0
 public void Add(DeployeVersionSettingElement element)
 {
     BaseAdd(element, true);
 }
Beispiel #2
0
        protected override object GetElementKey(ConfigurationElement element)
        {
            DeployeVersionSettingElement instance = (DeployeVersionSettingElement)element;

            return(instance.Name);
        }